fix: preserves arch x64 on linux target for #242

This commit is contained in:
Fazri Gading
2026-01-31 18:16:39 +08:00
committed by GitHub
parent a21e7e4910
commit 5147e1856f

View File

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