From 7c0bca658f979bc8be2c395a216e6bf99393877c Mon Sep 17 00:00:00 2001 From: Cyanoure Date: Mon, 28 Aug 2023 17:20:48 +0200 Subject: [PATCH] Linux arm64 support, vendor info --- electron-builder.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 09c289a..993678d 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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'