From 32aed056f02a96859f346a30e85e0258de021fd4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 03 2020 13:50:02 +0000 Subject: Use upstream app ID This should make the flatpak correctly show up in gnome-software, fixing io.github.EndlessSky.endless-sky (flatpak) vs io.github.endless_sky.endless_sky (appdata) mismatch. Sadly this means it won't match with flathub's ID, but they are planning on changing it to follow upstream, so it should get sorted out in the future. See https://github.com/flathub/io.github.EndlessSky.endless-sky/issues/2 --- diff --git a/container.yaml b/container.yaml index 76d17ae..7b17409 100644 --- a/container.yaml +++ b/container.yaml @@ -2,7 +2,7 @@ compose: modules: - endless-sky:master flatpak: - id: io.github.EndlessSky.endless-sky + id: io.github.endless_sky.endless_sky branch: stable command: endless-sky rename-appdata-file: endless-sky.appdata.xml