Linux arm64 support, vendor info
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user