Fix updater by changing artifact
This commit is contained in:
parent
689df075c8
commit
000770f8c9
@ -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}-${process.arch}.dmg`
|
||||
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}${process.arch == "arm64" ? "-arm64" : ""}.dmg`
|
||||
showUpdateUI(info)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user