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": "nsis", "arch": ["x64"]},
{ "target": "portable", "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": [
@@ -73,8 +72,7 @@
{ "target": "snap", "arch": ["x64"] } { "target": "snap", "arch": ["x64"] }
], ],
"icon": "build/icon.png", "icon": "build/icon.png",
"category": "Game", "category": "Game"
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
}, },
"mac": { "mac": {
"target": [ "target": [
@@ -82,8 +80,7 @@
{ "target": "zip", "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,
@@ -93,3 +90,4 @@
} }
} }
} }