Fix Windows FFmpeg download link

This commit is contained in:
Shadowghost 2022-12-13 16:32:10 +01:00 committed by nyanmisaka
parent 2a5efeb3bb
commit a7c43643a4
1 changed files with 1 additions and 1 deletions

View File

@ -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}