We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc70cbf commit cfb0cebCopy full SHA for cfb0ceb
.github/workflows/build_windows_tools.yml
@@ -5,9 +5,9 @@ on:
5
6
env:
7
# other tools to be bundled
8
- FFMPEG_FILE: "ffmpeg-7.1.1-full_build.zip"
9
- FFMPEG_PATH: "ffmpeg-7.1.1-full_build"
10
- FFMPEG_URL: "https://github.com/GyanD/codexffmpeg/releases/download/7.1.1/ffmpeg-7.1.1-full_build.zip"
+ FFMPEG_FILE: "ffmpeg-8.0-full_build.zip"
+ FFMPEG_PATH: "ffmpeg-8.0-full_build"
+ FFMPEG_URL: "https://github.com/GyanD/codexffmpeg/releases/download/8.0/ffmpeg-8.0-full_build.zip"
11
FLAC_FILE: "flac-1.5.0-win.zip"
12
FLAC_PATH: "flac-1.5.0-win"
13
FLAC_URL: "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.5.0-win.zip"
0 commit comments