finalize custom options (closes #563, #482, #261, #681)

This commit is contained in:
Alex Shnitman
2026-04-03 13:17:55 +03:00
parent a02abf5853
commit d41bdf61e2
6 changed files with 461 additions and 445 deletions
+2
View File
@@ -13,12 +13,14 @@
"env": {
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
"STATE_DIR": "${env:TEMP}",
"ALLOW_YTDL_OPTIONS_OVERRIDES": "true",
}
},
"osx": {
"env": {
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
"STATE_DIR": "${env:TMPDIR}",
"ALLOW_YTDL_OPTIONS_OVERRIDES": "true",
}
},
"console": "integratedTerminal"