ffmpeg-shared: set environment for developer (#7464)

* ffmpeg-shared: set environment for developer

* fix: rm shims
This commit is contained in:
MiyakoMeow 2026-01-01 16:33:10 +08:00 committed by GitHub
parent 8753fb67c4
commit b80d426a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,11 @@
"extract_dir": "ffmpeg-8.0.1-full_build-shared"
}
},
"post_install": [
"# Workaround for https://github.com/ScoopInstaller/Main/issues/2611",
"Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\" -ErrorAction SilentlyContinue"
],
"persist": "fonts",
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"env_set": {
"FFMPEG_DIR": "$dir"
},
"env_add_path": "bin",
"checkver": {
"url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z.ver",
"regex": "([\\d.]+)"