fix: enhance package.json and rename linux package to freedom-loader

This commit is contained in:
MasterAcnolo
2026-07-27 22:15:19 +02:00
parent 4f03c5876f
commit 653f73805e

View File

@@ -3,7 +3,16 @@
"productName": "Freedom Loader", "productName": "Freedom Loader",
"version": "1.6.0", "version": "1.6.0",
"author": "MasterAcnolo <MasterAcnolo@users.noreply.github.com>", "author": "MasterAcnolo <MasterAcnolo@users.noreply.github.com>",
"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", "main": "main.js",
"scripts": { "scripts": {
"start": "electron --trace-warnings .", "start": "electron --trace-warnings .",
@@ -121,6 +130,7 @@
], ],
"category": "Utility", "category": "Utility",
"icon": "build/app-icon.png", "icon": "build/app-icon.png",
"executableName": "freedom-loader",
"extraResources": [ "extraResources": [
{ {
"from": "resources/binaries/linux/yt-dlp", "from": "resources/binaries/linux/yt-dlp",