Compare commits

...

5 Commits

Author SHA1 Message Date
GeekCorner c85eec3476
Merge f551a064ce into 92f2aab2a1 2023-08-21 21:59:50 +02:00
Daniel Scalzi 92f2aab2a1
2.0.5 2023-08-21 11:49:40 -04:00
Daniel Scalzi 06ba2ebe69
Electron 26, helios-core 2.0.5, dependency upgrade. 2023-08-21 11:46:47 -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
4 changed files with 388 additions and 1332 deletions

View File

@ -48,7 +48,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)
}
@ -210,4 +210,4 @@ document.addEventListener('keydown', function (e) {
let window = remote.getCurrentWindow()
window.toggleDevTools()
}
})
})

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
@ -48,4 +47,4 @@ linux:
directories:
buildResources: 'build'
output: 'dist'
output: 'dist'

1699
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.0.4",
"version": "2.0.5",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -32,15 +32,15 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.4",
"helios-core": "~2.0.5",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.7.0",
"semver": "^7.5.4"
},
"devDependencies": {
"electron": "^25.3.1",
"electron-builder": "^24.4.0",
"eslint": "^8.45.0"
"electron": "^26.0.0",
"electron-builder": "^24.6.3",
"eslint": "^8.47.0"
},
"repository": {
"type": "git",