Skip to content

Commit

Permalink
Assume remoteReleases = 0.0.0 to get lastest version for win32 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyLee committed Oct 10, 2015
1 parent 0dbb5d6 commit 806de13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(grunt) {
appDirectory: 'build/<%= pkg.name %>-win32-ia32',
outputDirectory: 'build/win32-ia32-installer',
authors: 'Thomas Lee',
remoteReleases: 'https://net-tsinghua.herokuapp.com/update/win32/' + version
remoteReleases: 'https://net-tsinghua.herokuapp.com/update/win32/0.0.0/RELEASES'
}
},
shell: {
Expand Down

0 comments on commit 806de13

Please sign in to comment.