From ebcfdc4e3b27f0f46791e0cddb51c61a1ba1ea7b Mon Sep 17 00:00:00 2001 From: Terromur <79866197+Terromur@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:15:18 +0500 Subject: [PATCH] Fix build deb --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c3b599..4949bcf 100644 --- a/package.json +++ b/package.json @@ -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 .", @@ -85,7 +86,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": [ @@ -114,4 +116,4 @@ "createStartMenuShortcut": true } } -} \ No newline at end of file +}