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
/downloads
/dist
/logs
/out
yt-dlp.exe
logs/*.json
/out

View File

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

BIN
yt-dlp.exe Normal file

Binary file not shown.