ffmpeg: Fail silently in post_install

This commit is contained in:
Rashil Gandhi 2022-01-03 12:13:09 +05:30
parent 08b4dac278
commit 27f9bb86fd
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
},
"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\""
"Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\" -ErrorAction SilentlyContinue"
],
"bin": [
"bin\\ffmpeg.exe",

View File

@ -12,7 +12,7 @@
},
"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\""
"Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\" -ErrorAction SilentlyContinue"
],
"bin": [
"bin\\ffmpeg.exe",