Update Ubuntu for AppImage to 24.04

This commit is contained in:
Florian Märkl 2025-06-25 16:04:55 +02:00
commit a1fd418685
7 changed files with 18 additions and 102 deletions

View file

@ -5,7 +5,7 @@ cd "./$1"
shift
ROOT="`pwd`"
TAG=n4.3.1
TAG=n4.3.9
git clone https://git.ffmpeg.org/ffmpeg.git --depth 1 -b $TAG && cd ffmpeg || exit 1