(chore) ffmpeg: Remove post_install workaround in response to Scoop#4543

This commit is contained in:
Issac Lin 2022-05-04 20:20:05 +08:00 committed by GitHub
parent ad1b3c6b5f
commit d337f2137f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,6 @@
"extract_dir": "ffmpeg-5.0.1-full_build" "extract_dir": "ffmpeg-5.0.1-full_build"
} }
}, },
"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", "persist": "fonts",
"bin": [ "bin": [
"bin\\ffmpeg.exe", "bin\\ffmpeg.exe",