Fix build deb

This commit is contained in:
Terromur
2026-01-18 13:15:18 +05:00
committed by GitHub
parent 778d48fb62
commit ebcfdc4e3b

View File

@@ -2,6 +2,7 @@
"name": "hytale-f2p-launcher", "name": "hytale-f2p-launcher",
"version": "2.0.0", "version": "2.0.0",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support", "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", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
@@ -85,7 +86,8 @@
} }
], ],
"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": [
@@ -114,4 +116,4 @@
"createStartMenuShortcut": true "createStartMenuShortcut": true
} }
} }
} }