We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb59cce commit ae8372cCopy full SHA for ae8372c
1 file changed
update.py
@@ -3,8 +3,8 @@
3
import zipfile
4
import httpx
5
6
-version = "7.1"
7
-url = "https://github.com/GyanD/codexffmpeg/releases/download/7.1/ffmpeg-7.1-full_build-shared.zip"
+version = "8.0"
+url = "https://github.com/GyanD/codexffmpeg/releases/download/8.0/ffmpeg-8.0-full_build-shared.zip"
8
9
def wirte_setup_file():
10
with open("setup.iss", "r") as r:
0 commit comments