mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 03:32:12 -08:00
Compare commits
4 Commits
e547f22d14
...
49b82784f9
Author | SHA1 | Date | |
---|---|---|---|
|
49b82784f9 | ||
|
03dac9ed6d | ||
|
f551a064ce | ||
|
84c34e84ab |
@ -49,7 +49,7 @@ if(!isDev){
|
|||||||
loggerAutoUpdater.info('New update available', info.version)
|
loggerAutoUpdater.info('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}/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)
|
showUpdateUI(info)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -211,4 +211,4 @@ document.addEventListener('keydown', function (e) {
|
|||||||
let window = remote.getCurrentWindow()
|
let window = remote.getCurrentWindow()
|
||||||
window.toggleDevTools()
|
window.toggleDevTools()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -31,9 +31,8 @@ mac:
|
|||||||
target:
|
target:
|
||||||
- target: 'dmg'
|
- target: 'dmg'
|
||||||
arch:
|
arch:
|
||||||
- 'x64'
|
- 'universal'
|
||||||
- 'arm64'
|
artifactName: '${productName}-setup-${version}.${ext}'
|
||||||
artifactName: '${productName}-setup-${version}-${arch}.${ext}'
|
|
||||||
category: 'public.app-category.games'
|
category: 'public.app-category.games'
|
||||||
|
|
||||||
# Linux Configuration
|
# Linux Configuration
|
||||||
@ -48,4 +47,4 @@ linux:
|
|||||||
|
|
||||||
directories:
|
directories:
|
||||||
buildResources: 'build'
|
buildResources: 'build'
|
||||||
output: 'dist'
|
output: 'dist'
|
||||||
|
1955
package-lock.json
generated
1955
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -24,25 +24,25 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"adm-zip": "^0.5.12",
|
"adm-zip": "^0.5.16",
|
||||||
"discord-rpc-patch": "^4.0.1",
|
"discord-rpc-patch": "^4.0.1",
|
||||||
"ejs": "^3.1.10",
|
"ejs": "^3.1.10",
|
||||||
"ejs-electron": "^3.0.0",
|
"ejs-electron": "^3.0.0",
|
||||||
"electron-updater": "^6.1.8",
|
"electron-updater": "^6.3.9",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"github-syntax-dark": "^0.5.0",
|
"github-syntax-dark": "^0.5.0",
|
||||||
"got": "^11.8.5",
|
"got": "^11.8.5",
|
||||||
"helios-core": "~2.2.1",
|
"helios-core": "~2.2.2",
|
||||||
"helios-distribution-types": "^1.3.0",
|
"helios-distribution-types": "^1.3.0",
|
||||||
"jquery": "^3.7.1",
|
"jquery": "^3.7.1",
|
||||||
"lodash.merge": "^4.6.2",
|
"lodash.merge": "^4.6.2",
|
||||||
"semver": "^7.6.0",
|
"semver": "^7.6.3",
|
||||||
"toml": "^3.0.0"
|
"toml": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^30.0.1",
|
"electron": "^33.0.1",
|
||||||
"electron-builder": "^24.13.3",
|
"electron-builder": "^25.1.8",
|
||||||
"eslint": "^8.57.0"
|
"eslint": "^8.57.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user