Skip to content

Commit

Permalink
Flatpak: Use id instead of deprecated app-id
Browse files Browse the repository at this point in the history
From https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html:

> Note, "app-id" is deprecated and preserved only for backwards compatibility.
  • Loading branch information
ryonakano committed Dec 29, 2024
1 parent aa4377a commit 95f3b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-aux/appcenter/com.github.ryonakano.pinit.Devel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.ryonakano.pinit.Devel
id: com.github.ryonakano.pinit.Devel
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
Expand Down
2 changes: 1 addition & 1 deletion build-aux/flathub/com.github.ryonakano.pinit.Devel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.ryonakano.pinit.Devel
id: com.github.ryonakano.pinit.Devel
runtime: org.gnome.Platform
runtime-version: '47'
sdk: org.gnome.Sdk
Expand Down
2 changes: 1 addition & 1 deletion com.github.ryonakano.pinit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.ryonakano.pinit
id: com.github.ryonakano.pinit
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
Expand Down

0 comments on commit 95f3b88

Please sign in to comment.