Update package.json

This commit is contained in:
Fazri Gading
2026-01-21 00:43:29 +08:00
committed by GitHub
parent bcf0326763
commit f8333c09cd

View File

@@ -61,8 +61,7 @@
{ "target": "nsis", "arch": ["x64"]},
{ "target": "portable", "arch": ["x64"]}
],
"icon": "icon.ico",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
"icon": "icon.ico"
},
"linux": {
"target": [
@@ -73,8 +72,7 @@
{ "target": "snap", "arch": ["x64"] }
],
"icon": "build/icon.png",
"category": "Game",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
"category": "Game"
},
"mac": {
"target": [
@@ -82,8 +80,7 @@
{ "target": "zip", "arch": ["universal"]}
],
"icon": "build/icon.icns",
"category": "public.app-category.games",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
"category": "public.app-category.games"
},
"nsis": {
"oneClick": false,
@@ -93,3 +90,4 @@
}
}
}