mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 11:04:49 +00:00
ffmpeg-shared: set environment for developer (#7464)
* ffmpeg-shared: set environment for developer * fix: rm shims
This commit is contained in:
parent
8753fb67c4
commit
b80d426a4e
@ -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.]+)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user