Compare commits

...

4 Commits

Author SHA1 Message Date
GeekCorner
2998140f89
Merge f551a064ce into ab7e3c301c 2023-10-22 11:49:20 -06:00
Kamesuta
ab7e3c301c
Fix js.uicore.autoUpdate name in en_US.toml (#307) 2023-10-14 16:37:03 -04:00
GeekCorner
f551a064ce
Update uicore.js 2022-05-18 15:40:54 +02:00
GeekCorner
84c34e84ab
Update electron-builder.yml 2022-05-18 15:38:44 +02:00
3 changed files with 6 additions and 7 deletions

View File

@ -49,7 +49,7 @@ if(!isDev){
loggerAutoUpdater.info('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/Helios-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/Helios-Launcher-setup.dmg`
showUpdateUI(info)
}

View File

@ -275,7 +275,7 @@ failedMessageSelectAnotherAccount = "We were unable to refresh the login for <st
loginButton = "Login"
selectAnotherAccountButton = "Select Another Account"
[uicore.autoUpdate]
[js.uicore.autoUpdate]
checkingForUpdateButton = "Checking for Updates..."
installNowButton = "Install Now"
checkForUpdatesButton = "Check for Updates"

View File

@ -31,9 +31,8 @@ mac:
target:
- target: 'dmg'
arch:
- 'x64'
- 'arm64'
artifactName: '${productName}-setup-${version}-${arch}.${ext}'
- 'universal'
artifactName: '${productName}-setup-${version}.${ext}'
category: 'public.app-category.games'
# Linux Configuration