Add files via upload

This commit is contained in:
AMIAY
2026-01-18 01:50:47 +01:00
committed by GitHub
parent b6bb1c722a
commit b7e44ca418
4 changed files with 961 additions and 142 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hytale-f2p-launcher",
"version": "1.0.1",
"description": "Hytale F2P Launcher",
"version": "2.0.0",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support",
"main": "main.js",
"scripts": {
"start": "electron .",
@@ -14,7 +14,14 @@
},
"keywords": [
"hytale",
"launcher"
"launcher",
"game",
"client",
"cross-platform",
"electron",
"auto-update",
"mod-manager",
"chat"
],
"author": {
"name": "AMIAY",
@@ -28,12 +35,13 @@
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.0",
"discord-rpc": "^4.0.1",
"tar": "^7.0.0",
"uuid": "^9.0.1"
},
"build": {
"appId": "com.hytalef2p.launcher",
"productName": "Hytale F2P Launcher",
"productName": "Hytale F2P",
"directories": {
"output": "dist"
},
@@ -41,7 +49,7 @@
"main.js",
"preload.js",
"backend/**/*",
"index.html",
"GUI/**/*",
"package.json"
],
"win": {
@@ -106,4 +114,4 @@
"createStartMenuShortcut": true
}
}
}
}