Merge branch 'amiayweb:main' into fix/tar-7.5.3

This commit is contained in:
Fazri Gading
2026-01-18 20:09:57 +08:00
committed by GitHub
4 changed files with 45 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"name": "hytale-f2p-launcher",
"version": "2.0.0",
"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",
"scripts": {
"start": "electron .",
@@ -88,7 +89,8 @@
}
],
"icon": "build/icon.png",
"category": "Game"
"category": "Game",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support"
},
"mac": {
"target": [
@@ -117,4 +119,4 @@
"createStartMenuShortcut": true
}
}
}
}