From f2628f4f93498d5d6d1adfad02062f897a688087 Mon Sep 17 00:00:00 2001 From: 1ly4s0 <67460389+1ly4s0@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:01:49 +0100 Subject: [PATCH] Change from battlylauncher to battlylauncher-legacy --- build.js | 46 +--------------------------------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/build.js b/build.js index 12104b2..ecdef14 100644 --- a/build.js +++ b/build.js @@ -40,7 +40,7 @@ obfuscateSrc().then(() => { { provider: "github", owner: "1ly4s0", - repo: "battlylauncher", + repo: "battlylauncher-legacy", releaseType: "release" } ], @@ -72,50 +72,6 @@ obfuscateSrc().then(() => { installerLanguages: ['es'], multiLanguageInstaller: true, license: "./LICENSE.md", - }, - - mac: { - icon: "./src/assets/images/icon.icns", - category: "public.app-category.games", - target: [{ - target: "dmg", - arch: ["x64", "arm64"] - }] - }, - linux: { - icon: "./src/assets/images/icon.png", - target: [{ - target: "AppImage", - arch: ["x64"] - }, { - target: "tar.gz", - arch: ["x64"] - }, - { - target: "deb", - arch: ["x64"] - }, - { - target: "rpm", - arch: ["x64"] - }, - { - target: "AppImage", - arch: ["armv7l"] - }, - { - target: "tar.gz", - arch: ["armv7l"] - }, - { - target: "deb", - arch: ["armv7l"] - }, - { - target: "rpm", - arch: ["armv7l"] - } - ] } } }).then(() => { diff --git a/package.json b/package.json index a7d9ce1..79d6b4e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/1ly4s0/battlylauncher.git" + "url": "https://github.com/1ly4s0/battlylauncher-legacy.git" }, "private": true }