From 52df793a74807ab39a28a766ab88baa1ee0f13cb Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Sat, 19 Dec 2015 14:52:29 +0900 Subject: [PATCH] remove remoteReleases URL --- gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 81ba0a3a..f8c4fa3c 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -21,8 +21,7 @@ module.exports = function (grunt) { setupIcon: path.join(__dirname, 'resources/dmg.ico'), certificateFile: grunt.config.get('auth_code.win_cert_path'), certificatePassword: grunt.config.get('auth_code.win_cert_pw'), - noMsi: true, - remoteReleases: 'https://github.com/BoostIO/boost-releases/releases/download/v0.4.10/' + noMsi: true } } })