From 52e7eafe0b55d99ebfe142bd879da6b610f719fa Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Sat, 31 Jan 2026 19:22:09 +0800 Subject: [PATCH] fix: redo package.json arch --- package.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 8a1a982..16a4849 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "build": { "appId": "com.hytalef2p.launcher", "productName": "Hytale F2P Launcher", - "artifactName": "${name}_${version}.${ext}", + "artifactName": "${name}_${version}_${arch}.${ext}", "directories": { "output": "dist" }, @@ -78,18 +78,9 @@ }, "linux": { "target": [ - { - "target": "AppImage", - "arch": ["x64"] - }, - { - "target": "deb", - "arch": ["x64"] - }, - { - "target": "rpm", - "arch": ["x64"] - } + "AppImage", + "deb", + "rpm" ], "icon": "build/icon.png", "category": "Game" @@ -110,7 +101,6 @@ } ], "icon": "build/icon.icns", - "artifactName": "${name}_${version}_${arch}.${ext}", "category": "public.app-category.games" }, "nsis": {