This commit is contained in:
MasterAcnolo
2025-07-01 20:34:22 +02:00
parent f54dc18e85
commit f20366f0c7
3 changed files with 4 additions and 6 deletions

7
.gitignore vendored
View File

@@ -1,8 +1,5 @@
/node_modules /node_modules
/downloads /downloads
/dist /dist
/logs logs/*.json
/out /out
yt-dlp.exe

View File

@@ -36,7 +36,8 @@
"productName": "Freedom Loader", "productName": "Freedom Loader",
"files": [ "files": [
"**/*", "**/*",
"node_modules/**/*" "node_modules/**/*",
"!logs/*.json"
], ],
"directories": { "directories": {
"buildResources": "build" "buildResources": "build"

BIN
yt-dlp.exe Normal file

Binary file not shown.