Fix artifact name

This commit is contained in:
Roxedus 2024-10-31 13:01:32 +01:00
parent 0f8045fb8e
commit 3722bce103
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

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.AppImage" && \
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \
chmod +x /tmp/audacity.app && \
./audacity.app --appimage-extract && \
mv squashfs-root /opt/audacity && \

View file

@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.10.24:** - Fix artifact name.
* **19.08.24:** - Rebase to noble.
* **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage.
* **05.05.23:** - Start Audacity in full screen.

View file

@ -83,6 +83,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "31.10.24:", desc: "Fix artifact name." }
- { date: "19.08.24:", desc: "Rebase to noble." }
- { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." }
- { date: "05.05.23:", desc: "Start Audacity in full screen." }