Skip to content

Commit

Permalink
fix installer same name
Browse files Browse the repository at this point in the history
  • Loading branch information
kennhung committed Jan 30, 2019
1 parent 3834648 commit 382c496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers/windows/createinstaller_win32.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getInstallerConfig() {
noMsi: true,
outputDirectory: path.join(outPath, 'windows-installer'),
exe: 'OverDashboard.exe',
setupExe: 'OverDashboard_Setup.exe'
setupExe: 'OverDashboard_win32_Setup.exe'
})
}

Expand Down
2 changes: 1 addition & 1 deletion installers/windows/createinstaller_win64.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getInstallerConfig() {
noMsi: true,
outputDirectory: path.join(outPath, 'windows-installer'),
exe: 'OverDashboard.exe',
setupExe: 'OverDashboard_Setup.exe'
setupExe: 'OverDashboard_win64_Setup.exe'
})
}

Expand Down

0 comments on commit 382c496

Please sign in to comment.