Linux arm64 support, vendor info

This commit is contained in:
Cyanoure
2023-08-28 17:20:48 +02:00
parent 32d9fb1ec6
commit 7c0bca658f

View File

@@ -2,7 +2,7 @@ appId: 'chronikalauncher'
productName: 'Chronika Launcher'
artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
copyright: 'Copyright © 2023 Chronika'
asar: true
compression: 'maximum'
@@ -38,11 +38,15 @@ mac:
# Linux Configuration
linux:
target: 'AppImage'
maintainer: 'Daniel Scalzi'
vendor: 'Daniel Scalzi'
synopsis: 'Modded Minecraft Launcher'
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
target:
- target: 'AppImage'
arch:
- 'x64'
- 'arm64'
maintainer: 'Chronika'
vendor: 'Chronika'
synopsis: 'Chronika Launcher'
description: 'Chronika hivatalos launchere.'
category: 'Game'