Renamed output installer exe

This commit is contained in:
Joel Collins 2019-05-02 14:01:09 +01:00
parent 816ad99ede
commit 3c5bd25ede

View file

@ -13,7 +13,7 @@ function getInstallerConfig () {
console.log('creating windows installer')
return Promise.resolve({
setupExe: `${package.name}_${package.version}.exe`,
setupExe: `${package.name}.exe`,
appDirectory: path.join(__dirname, '../release-builds/openflexure-ev-win32-x64'),
authors: 'OpenFlexure',
noMsi: true,