Put version number in setup.exe

This commit is contained in:
Jeffrey Morgan 2015-06-16 10:11:13 -07:00
Родитель 1b39c3bb59
Коммит f139cc63e8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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