mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
ffmpeg: Fail silently in post_install
This commit is contained in:
parent
08b4dac278
commit
27f9bb86fd
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user