Fix dmg executable name.

This commit is contained in:
Daniel Scalzi
2020-05-19 20:31:35 -04:00
parent 64dfc541dc
commit b3f8ff9595
3 changed files with 52 additions and 199 deletions

View File

@@ -48,7 +48,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-${info.version}.dmg`
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}.dmg`
showUpdateUI(info)
}