Added missing file extension to setupExe
This commit is contained in:
parent
aa70223114
commit
7085aaf8d4
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}`,
|
setupExe: `${package.name}_${package.version}.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