mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 01:38:42 +02:00
Fix artifact name
This commit is contained in:
parent
0f8045fb8e
commit
3722bce103
3 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/audacity.app -L \
|
/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 && \
|
chmod +x /tmp/audacity.app && \
|
||||||
./audacity.app --appimage-extract && \
|
./audacity.app --appimage-extract && \
|
||||||
mv squashfs-root /opt/audacity && \
|
mv squashfs-root /opt/audacity && \
|
||||||
|
|
|
@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **31.10.24:** - Fix artifact name.
|
||||||
* **19.08.24:** - Rebase to noble.
|
* **19.08.24:** - Rebase to noble.
|
||||||
* **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage.
|
* **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.
|
* **05.05.23:** - Start Audacity in full screen.
|
||||||
|
|
|
@ -83,6 +83,7 @@ app_setup_block: |
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "31.10.24:", desc: "Fix artifact name." }
|
||||||
- { date: "19.08.24:", desc: "Rebase to noble." }
|
- { 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: "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." }
|
- { date: "05.05.23:", desc: "Start Audacity in full screen." }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue