|
@@ -49,7 +49,7 @@ if(!isDev){
|
|
|
loggerAutoUpdaterSuccess.log('New update available', info.version)
|
|
loggerAutoUpdaterSuccess.log('New update available', info.version)
|
|
|
|
|
|
|
|
if(process.platform === 'darwin'){
|
|
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 === 'arm64' ? '-arm64' : ''}.dmg`
|
|
|
showUpdateUI(info)
|
|
showUpdateUI(info)
|
|
|
}
|
|
}
|
|
|
|
|
|