Skip to content

Commit

Permalink
Change from battlylauncher to battlylauncher-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed Feb 27, 2024
1 parent 239b788 commit f2628f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
46 changes: 1 addition & 45 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ obfuscateSrc().then(() => {
{
provider: "github",
owner: "1ly4s0",
repo: "battlylauncher",
repo: "battlylauncher-legacy",
releaseType: "release"
}
],
Expand Down Expand Up @@ -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(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/1ly4s0/battlylauncher.git"
"url": "https://github.com/1ly4s0/battlylauncher-legacy.git"
},
"private": true
}

0 comments on commit f2628f4

Please sign in to comment.