mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Merge f551a064ce
into eb683f89ec
This commit is contained in:
commit
e547f22d14
@ -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)
|
||||
}
|
||||
|
||||
@ -211,4 +211,4 @@ document.addEventListener('keydown', function (e) {
|
||||
let window = remote.getCurrentWindow()
|
||||
window.toggleDevTools()
|
||||
}
|
||||
})
|
||||
})
|
||||
|
@ -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
|
||||
@ -48,4 +47,4 @@ linux:
|
||||
|
||||
directories:
|
||||
buildResources: 'build'
|
||||
output: 'dist'
|
||||
output: 'dist'
|
||||
|
Loading…
Reference in New Issue
Block a user