From 0a5c3db710a3f8494bca722730329a529f3e9905 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Wed, 21 Jan 2026 00:27:11 +0800 Subject: [PATCH] add 3 package formats for Linux, descriptions, and update launcher version to 2.0.2 --- package.json | 53 ++++++++++++++-------------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) diff --git a/package.json b/package.json index 986f9eb..c4c18ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "homepage": "https://github.com/amiayweb/Hytale-F2P", "main": "main.js", @@ -58,35 +58,19 @@ ], "win": { "target": [ - { - "target": "nsis", - "arch": [ - "x64" - ] - }, - { - "target": "portable", - "arch": [ - "x64" - ] - } + { "target": "nsis", "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": { "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", @@ -94,21 +78,12 @@ }, "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" + "category": "public.app-category.games", + "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support" }, "nsis": { "oneClick": false,