Merge branch 'main' into main

This commit is contained in:
Fazri Gading
2026-01-21 04:05:02 +08:00
committed by GitHub
12 changed files with 429 additions and 58 deletions

View File

@@ -58,54 +58,26 @@
],
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
},
{
"target": "portable",
"arch": [
"x64"
]
}
{ "target": "nsis", "arch": ["x64"]},
{ "target": "portable", "arch": ["x64"]}
],
"icon": "icon.ico"
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": [
"x64"
]
},
{
"target": "deb",
"arch": [
"x64"
]
}
{ "target": "AppImage", "arch": ["x64"] },
{ "target": "deb", "arch": ["x64"] },
{ "target": "rpm", "arch": ["x64"] },
{ "target": "pacman", "arch": ["x64"] },
{ "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": [
{
"target": "dmg",
"arch": [
"universal"
]
},
{
"target": "zip",
"arch": [
"universal"
]
}
{ "target": "dmg", "arch": ["universal"] },
{ "target": "zip", "arch": ["universal"]}
],
"icon": "build/icon.icns",
"category": "public.app-category.games"