From 9801b264b7daa1cb00dc850845584846432aa3c3 Mon Sep 17 00:00:00 2001 From: andre <61792917+luuxis@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:43:12 +0100 Subject: [PATCH] fix publish --- build.js | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/build.js b/build.js index d785a548b..afbd3dd92 100644 --- a/build.js +++ b/build.js @@ -65,7 +65,7 @@ class Index { generateUpdatesFilesForAllChannels: false, appId: preductname, productName: preductname, - copyright: 'Copyright © 2020-2023 Luuxis', + copyright: 'Copyright © 2020-2024 Luuxis', artifactName: "${productName}-${os}-${arch}.${ext}", extraMetadata: { main: 'app/app.js' }, files: ["app/**/*", "package.json", "LICENSE.md"], @@ -95,11 +95,18 @@ class Index { identity: null, target: [{ target: "dmg", - arch: "universal" + arch: "x64" }, { target: "zip", - arch: "universal" + arch: "x64" + }, + { + target: "dmg", + arch: "arm64" + }, { + target: "zip", + arch: "arm64" }] }, linux: { diff --git a/package.json b/package.json index 55f1752e1..d75ade4c4 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/craft-launch/PokeMoonX-Launcher.git" + "url": "git+https://github.com/luuxis/Selvania-Launcher.git" } }