Skip to content

Commit

Permalink
No longer include ffmpeg in our installer and portable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 22, 2023
1 parent bac64ae commit ad1b807
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ jobs:
name: ChangeLog
path: ImageMagick-Windows6\ImageMagick

- name: Download FFmpeg
shell: cmd
run: |
powershell Invoke-WebRequest -Uri https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/ffmpeg-4.2.3-win${{matrix.bit}}.exe -OutFile ffmpeg.exe
copy /Y ffmpeg.exe ImageMagick-Windows6\VisualMagick\bin
- name: Download hp2xx
shell: cmd
run: |
Expand Down Expand Up @@ -271,12 +265,6 @@ jobs:
name: ChangeLog
path: ImageMagick-Windows6\ImageMagick

- name: Install FFmpeg
shell: cmd
run: |
powershell Invoke-WebRequest -Uri https://github.com/ImageMagick/ImageMagick-Windows/releases/download/20200615/ffmpeg-4.2.3-win${{matrix.bit}}.exe -OutFile ffmpeg.exe
copy /Y ffmpeg.exe ImageMagick-Windows6\VisualMagick\bin
- name: Build configure
shell: cmd
run: |
Expand Down

0 comments on commit ad1b807

Please sign in to comment.