From 3722bce10391e88536596942a89dbccd45726451 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Thu, 31 Oct 2024 13:01:32 +0100 Subject: [PATCH] Fix artifact name --- Dockerfile | 2 +- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1860ce..d754159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index cbae306..044e1bf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/readme-vars.yml b/readme-vars.yml index 8ecc48e..fb168c1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }