From ce2de72479cc2e4a4e6e8423376d6892ed793c87 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 29 Dec 2024 10:35:38 +0900 Subject: [PATCH] Flatpak: Use id instead of deprecated app-id From https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html: > Note, "app-id" is deprecated and preserved only for backwards compatibility. --- com.github.ryonakano.louper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.github.ryonakano.louper.yml b/com.github.ryonakano.louper.yml index c41da24..a7b711a 100644 --- a/com.github.ryonakano.louper.yml +++ b/com.github.ryonakano.louper.yml @@ -1,4 +1,4 @@ -app-id: com.github.ryonakano.louper +id: com.github.ryonakano.louper runtime: io.elementary.Platform runtime-version: '8' sdk: io.elementary.Sdk