mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
ffmpeg: Remove .ps1 scripts after installation (#3014)
This commit is contained in:
parent
09ab28c45b
commit
e2602bae06
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-N-101857-g0617e578a3-win64-gpl-shared-vulkan"
|
||||
}
|
||||
},
|
||||
"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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-N-104667-gc90b3661fa-win64-gpl-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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-N-101857-g0617e578a3-win64-gpl-vulkan"
|
||||
}
|
||||
},
|
||||
"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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-N-104667-gc90b3661fa-win64-gpl"
|
||||
}
|
||||
},
|
||||
"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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-shared-4.4"
|
||||
}
|
||||
},
|
||||
"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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
"extract_dir": "ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4"
|
||||
}
|
||||
},
|
||||
"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\""
|
||||
],
|
||||
"bin": [
|
||||
"bin\\ffmpeg.exe",
|
||||
"bin\\ffplay.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user