fix: redo package.json arch

This commit is contained in:
Fazri Gading
2026-01-31 19:22:09 +08:00
committed by GitHub
parent 3de5c2eaa3
commit 52e7eafe0b

View File

@@ -60,7 +60,7 @@
"build": { "build": {
"appId": "com.hytalef2p.launcher", "appId": "com.hytalef2p.launcher",
"productName": "Hytale F2P Launcher", "productName": "Hytale F2P Launcher",
"artifactName": "${name}_${version}.${ext}", "artifactName": "${name}_${version}_${arch}.${ext}",
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },
@@ -78,18 +78,9 @@
}, },
"linux": { "linux": {
"target": [ "target": [
{ "AppImage",
"target": "AppImage", "deb",
"arch": ["x64"] "rpm"
},
{
"target": "deb",
"arch": ["x64"]
},
{
"target": "rpm",
"arch": ["x64"]
}
], ],
"icon": "build/icon.png", "icon": "build/icon.png",
"category": "Game" "category": "Game"
@@ -110,7 +101,6 @@
} }
], ],
"icon": "build/icon.icns", "icon": "build/icon.icns",
"artifactName": "${name}_${version}_${arch}.${ext}",
"category": "public.app-category.games" "category": "public.app-category.games"
}, },
"nsis": { "nsis": {