Skip to content

Commit

Permalink
Flatpak: Use id instead of deprecated app-id (#83)
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 authored Dec 29, 2024
1 parent 1bece86 commit 2c8fe4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/appcenter/com.github.ryonakano.atlas.Devel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.ryonakano.atlas.Devel
id: com.github.ryonakano.atlas.Devel
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
Expand Down
2 changes: 1 addition & 1 deletion com.github.ryonakano.atlas.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.ryonakano.atlas
id: com.github.ryonakano.atlas
runtime: io.elementary.Platform
runtime-version: '8'
sdk: io.elementary.Sdk
Expand Down

0 comments on commit 2c8fe4a

Please sign in to comment.