Downgrade AppImage version

Downgrade AppImage version to 20.04, because ffmpeg doesn't work with the 22.04 version
This commit is contained in:
dominik 2025-01-29 17:19:26 +01:00
parent 658fdcab13
commit 8c4853a83d

View file

@ -33,7 +33,7 @@ RUN \
cd /tmp && \
curl -o \
/tmp/audacity.app -L \
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-20.04.AppImage" && \
chmod +x /tmp/audacity.app && \
./audacity.app --appimage-extract && \
mv squashfs-root /opt/audacity && \