mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Fix incorrect windows ffmpeg path (#41)
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ case ${BUILD_TYPE}-${PACKAGE_ARCH} in
|
||||
# rm ffmpeg.tar.xz
|
||||
# ;;
|
||||
windows-amd64)
|
||||
FFMPEG_PATH=$( curl ${REPOSITORY_URI}/?path=/ffmpeg/windows/latest-${FFMPEG_VERSION}/win64 | grep -o "/files/.*-portable_win64-clang-gpl.zip'" | sed "s/'$//" )
|
||||
FFMPEG_PATH=$( curl ${REPOSITORY_URI}/?path=/ffmpeg/windows/latest-${FFMPEG_VERSION}/win64 | grep -o "/files/.*_portable_win64-clang-gpl.zip'" | sed "s/'$//" )
|
||||
curl --location --output ffmpeg.zip ${REPOSITORY_URI}${FFMPEG_PATH}
|
||||
unzip ffmpeg.zip
|
||||
rm ffmpeg.zip
|
||||
|
||||
Reference in New Issue
Block a user