Skip to content

Commit 52df793

Browse files
committed
remove remoteReleases URL
1 parent 8e44a42 commit 52df793

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ module.exports = function (grunt) {
2121
setupIcon: path.join(__dirname, 'resources/dmg.ico'),
2222
certificateFile: grunt.config.get('auth_code.win_cert_path'),
2323
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/'
24+
noMsi: true
2625
}
2726
}
2827
})

0 commit comments

Comments
 (0)