diff options
| author | Shadowghost <Shadowghost@users.noreply.github.com> | 2022-12-13 16:39:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 08:39:38 -0700 |
| commit | ca73b4488748ed2489fec72f06d447305f39aaaf (patch) | |
| tree | afc73ee07d30982cf72039182d25e09845234559 | |
| parent | 9f9e795d1f654c39b0bdad70f0ec2c53171011aa (diff) | |
Fix Windows FFmpeg download link (#8901)
| -rwxr-xr-x | deployment/build.windows.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.windows.amd64 b/deployment/build.windows.amd64 index 30b252beb..0786358bd 100755 --- a/deployment/build.windows.amd64 +++ b/deployment/build.windows.amd64 @@ -8,7 +8,7 @@ set -o xtrace # Version variables NSSM_VERSION="nssm-2.24-101-g897c7ad" NSSM_URL="http://files.evilt.win/nssm/${NSSM_VERSION}.zip" -FFMPEG_URL="https://repo.jellyfin.org/releases/server/windows/ffmpeg/jellyfin-ffmpeg.zip"; +FFMPEG_URL="https://repo.jellyfin.org/releases/server/windows/ffmpeg/jellyfin-ffmpeg-portable_win64.zip"; # Move to source directory pushd ${SOURCE_DIR} |
