Skip to content

Commit fec4005

Browse files
authored
Merge pull request #11 from linuxserver/build-fix
2 parents 0f8045f + 3722bce commit fec4005

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN \
3333
cd /tmp && \
3434
curl -o \
3535
/tmp/audacity.app -L \
36-
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64.AppImage" && \
36+
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \
3737
chmod +x /tmp/audacity.app && \
3838
./audacity.app --appimage-extract && \
3939
mv squashfs-root /opt/audacity && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
325325

326326
## Versions
327327

328+
* **31.10.24:** - Fix artifact name.
328329
* **19.08.24:** - Rebase to noble.
329330
* **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage.
330331
* **05.05.23:** - Start Audacity in full screen.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ app_setup_block: |
8383
8484
# changelog
8585
changelogs:
86+
- { date: "31.10.24:", desc: "Fix artifact name." }
8687
- { date: "19.08.24:", desc: "Rebase to noble." }
8788
- { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." }
8889
- { date: "05.05.23:", desc: "Start Audacity in full screen." }

0 commit comments

Comments
 (0)