ffmpeg: Remove .ps1 scripts after installation (#3014)

This commit is contained in:
Issac Lin 2021-11-28 14:36:10 +08:00 committed by GitHub
parent 09ab28c45b
commit e2602bae06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 0 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",