mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
yt-dlp: Persist configuration file (#3712)
* yt-dlp: Remove vcredist dependency * yt-dlp: Persist yt-dlp.conf
This commit is contained in:
parent
7ed0dab121
commit
8d3039f35c
@ -4,8 +4,7 @@
|
||||
"homepage": "https://github.com/yt-dlp/yt-dlp",
|
||||
"license": "Unlicense",
|
||||
"suggest": {
|
||||
"ffmpeg": "ffmpeg",
|
||||
"vcredist": "extras/vcredist2010"
|
||||
"ffmpeg": "ffmpeg"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -18,6 +17,12 @@
|
||||
}
|
||||
},
|
||||
"bin": "yt-dlp.exe",
|
||||
"pre_install": [
|
||||
"$manifest.persist | ForEach-Object {",
|
||||
" if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType file | Out-Null }",
|
||||
"}"
|
||||
],
|
||||
"persist": "yt-dlp.conf",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user