Better default windows setup name

This commit is contained in:
Jeffrey Morgan 2015-06-19 22:57:48 -07:00
parent 8284c72b8f
commit be86b9dfd2
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ module.exports = function (grunt) {
rename: {
installer: {
src: 'installer/Setup.exe',
dest: 'installer/' + BASENAME + 'Setup-' + packagejson.version + '.exe'
dest: 'installer/' + BASENAME + 'Setup-' + packagejson.version + '-Windows.exe'
}
},