Skip to content

Commit

Permalink
Update for new ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado authored Jul 19, 2020
1 parent c38eb2a commit 09131d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -136,4 +136,4 @@ steps:
inputs:
PathtoPublish: '$(System.DefaultWorkingDirectory)/build/Release/Jellyfin.dmg'
ArtifactName: 'jellyfin-macos-wrapper.zip'
publishLocation: 'Container'
publishLocation: 'Container'

0 comments on commit 09131d1

Please sign in to comment.