From 09131d1befc5a4f68507704b9a7d7a9b02c60520 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Sun, 19 Jul 2020 19:47:59 -0400 Subject: [PATCH] Update for new ffmpeg --- .ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index a04099d..cc527fa 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -50,7 +50,7 @@ steps: - task: Bash@3 inputs: targetType: 'inline' - script: 'curl https://www.zeranoe.com/builds/macos64/static/ffmpeg-4.2.3-macos64-static.zip -o ffmpeg.zip' + script: 'curl https://www.zeranoe.com/builds/macos64/static/ffmpeg-4.3-macos64-static.zip -o ffmpeg.zip' workingDirectory: '$(System.DefaultWorkingDirectory)/build/Release/' - task: ExtractFiles@1 inputs: @@ -136,4 +136,4 @@ steps: inputs: PathtoPublish: '$(System.DefaultWorkingDirectory)/build/Release/Jellyfin.dmg' ArtifactName: 'jellyfin-macos-wrapper.zip' - publishLocation: 'Container' \ No newline at end of file + publishLocation: 'Container'