add 3 package formats for Linux, descriptions, and update launcher version to 2.0.2

This commit is contained in:
Fazri Gading
2026-01-21 00:27:11 +08:00
parent 99f032e9ab
commit 0a5c3db710

View File

@@ -1,6 +1,6 @@
{ {
"name": "hytale-f2p-launcherv2", "name": "hytale-f2p-launcherv2",
"version": "2.0.1", "version": "2.0.2",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support", "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support",
"homepage": "https://github.com/amiayweb/Hytale-F2P", "homepage": "https://github.com/amiayweb/Hytale-F2P",
"main": "main.js", "main": "main.js",
@@ -58,35 +58,19 @@
], ],
"win": { "win": {
"target": [ "target": [
{ { "target": "nsis", "arch": ["x64"]},
"target": "nsis", { "target": "portable", "arch": ["x64"]}
"arch": [
"x64"
]
},
{
"target": "portable",
"arch": [
"x64"
]
}
], ],
"icon": "icon.ico" "icon": "icon.ico",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
}, },
"linux": { "linux": {
"target": [ "target": [
{ { "target": "AppImage", "arch": ["x64"] },
"target": "AppImage", { "target": "deb", "arch": ["x64"] },
"arch": [ { "target": "rpm", "arch": ["x64"] },
"x64" { "target": "pacman", "arch": ["x64"] },
] { "target": "snap", "arch": ["x64"] }
},
{
"target": "deb",
"arch": [
"x64"
]
}
], ],
"icon": "build/icon.png", "icon": "build/icon.png",
"category": "Game", "category": "Game",
@@ -94,21 +78,12 @@
}, },
"mac": { "mac": {
"target": [ "target": [
{ { "target": "dmg", "arch": ["universal"] },
"target": "dmg", { "target": "zip", "arch": ["universal"]}
"arch": [
"universal"
]
},
{
"target": "zip",
"arch": [
"universal"
]
}
], ],
"icon": "build/icon.icns", "icon": "build/icon.icns",
"category": "public.app-category.games" "category": "public.app-category.games",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
}, },
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,