Updating updater

@dscalzi Here you are
This commit is contained in:
GeekCorner 2021-04-08 11:10:14 +02:00 committed by GitHub
parent 9055fa9df5
commit 56e38a67ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,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-setup-${info.version}.dmg`
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}-${process.arch}.dmg`
showUpdateUI(info)
}
@ -211,4 +211,4 @@ document.addEventListener('keydown', function (e) {
let window = remote.getCurrentWindow()
window.toggleDevTools()
}
})
})