From 653f73805ea22e2cadab53c7dd39162dcdfe697e Mon Sep 17 00:00:00 2001 From: MasterAcnolo Date: Mon, 27 Jul 2026 22:15:19 +0200 Subject: [PATCH] fix: enhance package.json and rename linux package to freedom-loader --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ca2527..1c689f4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,16 @@ "productName": "Freedom Loader", "version": "1.6.0", "author": "MasterAcnolo ", - "description": "Freedom Loader", + "description": "Free and open-source GUI for yt-dlp — download video and audio from hundreds of platforms", + "homepage": "https://masteracnolo.github.io/Freedom-Loader-Site/", + "repository": { + "type": "git", + "url": "https://github.com/MasterAcnolo/Freedom-Loader.git" + }, + "license": "GPL-3.0-only", + "bugs": { + "url": "https://github.com/MasterAcnolo/Freedom-Loader/issues" + }, "main": "main.js", "scripts": { "start": "electron --trace-warnings .", @@ -121,6 +130,7 @@ ], "category": "Utility", "icon": "build/app-icon.png", + "executableName": "freedom-loader", "extraResources": [ { "from": "resources/binaries/linux/yt-dlp",