Skip to content

Commit

Permalink
Update Flatpak and Snap packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 10, 2024
1 parent 67bdc42 commit 357571c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/flatpak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y flatpak-builder

RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

RUN flatpak install -y org.freedesktop.Sdk//20.08
RUN flatpak install -y org.freedesktop.Platform//20.08
RUN flatpak install -y org.freedesktop.Sdk//23.08
RUN flatpak install -y org.freedesktop.Platform//23.08
2 changes: 1 addition & 1 deletion scripts/flatpak/net.sourceforge.wavbreaker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "net.sourceforge.wavbreaker",
"runtime": "org.freedesktop.Platform",
"runtime-version": "20.08",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "wavbreaker",
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |
an Audio CD without any dead air between the tracks.
confinement: strict
base: core22
base: core24

parts:
wavbreaker:
Expand Down

0 comments on commit 357571c

Please sign in to comment.