We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e44a42 commit 52df793Copy full SHA for 52df793
1 file changed
gruntfile.js
@@ -21,8 +21,7 @@ module.exports = function (grunt) {
21
setupIcon: path.join(__dirname, 'resources/dmg.ico'),
22
certificateFile: grunt.config.get('auth_code.win_cert_path'),
23
certificatePassword: grunt.config.get('auth_code.win_cert_pw'),
24
- noMsi: true,
25
- remoteReleases: 'https://github.com/BoostIO/boost-releases/releases/download/v0.4.10/'
+ noMsi: true
26
}
27
28
})
0 commit comments