Renamed output installer exe
This commit is contained in:
parent
816ad99ede
commit
3c5bd25ede
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function getInstallerConfig () {
|
||||||
console.log('creating windows installer')
|
console.log('creating windows installer')
|
||||||
|
|
||||||
return Promise.resolve({
|
return Promise.resolve({
|
||||||
setupExe: `${package.name}_${package.version}.exe`,
|
setupExe: `${package.name}.exe`,
|
||||||
appDirectory: path.join(__dirname, '../release-builds/openflexure-ev-win32-x64'),
|
appDirectory: path.join(__dirname, '../release-builds/openflexure-ev-win32-x64'),
|
||||||
authors: 'OpenFlexure',
|
authors: 'OpenFlexure',
|
||||||
noMsi: true,
|
noMsi: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue