From 0ed233d1b068bb21c4ef67c7b44323477b360bb2 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 29 Dec 2024 17:47:47 +0900 Subject: [PATCH] Flatpak: Use id instead of deprecated app-id (#298) From https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html: > Note, "app-id" is deprecated and preserved only for backwards compatibility. --- build-aux/appcenter/com.github.ryonakano.reco.Devel.yml | 2 +- com.github.ryonakano.reco.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/appcenter/com.github.ryonakano.reco.Devel.yml b/build-aux/appcenter/com.github.ryonakano.reco.Devel.yml index ce6f66e..51b6f85 100644 --- a/build-aux/appcenter/com.github.ryonakano.reco.Devel.yml +++ b/build-aux/appcenter/com.github.ryonakano.reco.Devel.yml @@ -1,4 +1,4 @@ -app-id: com.github.ryonakano.reco.Devel +id: com.github.ryonakano.reco.Devel runtime: io.elementary.Platform runtime-version: '8' sdk: io.elementary.Sdk diff --git a/com.github.ryonakano.reco.yml b/com.github.ryonakano.reco.yml index 4fae7b7..db9d7f1 100644 --- a/com.github.ryonakano.reco.yml +++ b/com.github.ryonakano.reco.yml @@ -1,4 +1,4 @@ -app-id: com.github.ryonakano.reco +id: com.github.ryonakano.reco runtime: io.elementary.Platform runtime-version: '8' sdk: io.elementary.Sdk