Merge pull request #244 from amiayweb/fix/x64-appimage-issue

fix: preserves arch x64 on linux target for #242
This commit is contained in:
Fazri Gading
2026-01-31 18:53:23 +08:00
committed by GitHub

View File

@@ -25,8 +25,7 @@
"cross-platform",
"electron",
"auto-update",
"mod-manager",
"chat"
"mod-manager"
],
"maintainers": [
{
@@ -79,9 +78,18 @@
},
"linux": {
"target": [
"AppImage",
"deb",
"rpm"
{
"target": "AppImage",
"arch": ["x64"]
},
{
"target": "deb",
"arch": ["x64"]
},
{
"target": "rpm",
"arch": ["x64"]
}
],
"icon": "build/icon.png",
"category": "Game"