Browse Source

build: Use id instead of app-id in Flatpak manifest

Even though I couldn't find any information about it,
`app-id` is marked as deprecated in the JSON schema of
Flatpak manifests, so it triggers a warning in my IDE.

Since `id` seems to be supported everywhere, let's just use it.
merge-requests/1716/head
Kévin Commaille 2 years ago
parent
commit
3bf069f84c
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 2
      build-aux/org.gnome.Fractal.Devel.json

2
build-aux/org.gnome.Fractal.Devel.json

@ -1,5 +1,5 @@
{
"app-id": "org.gnome.Fractal.Devel",
"id": "org.gnome.Fractal.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",

Loading…
Cancel
Save