Skip to content

Commit

Permalink
flatpak: Use the GNOME 41 platform for GTK manifests
Browse files Browse the repository at this point in the history
Doesn't hurt to be slightly more up-to-date.
  • Loading branch information
GeorgesStavracas committed Nov 8, 2021
1 parent f2b0189 commit 8da4a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/org.gnome.PortalTest.Gtk3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "org.gnome.PortalTest.Gtk3",
"runtime": "org.gnome.Platform",
"runtime-version": "40",
"runtime-version": "41",
"sdk": "org.gnome.Sdk",
"command": "portal-test-gtk3",
"finish-args": [
Expand Down
2 changes: 1 addition & 1 deletion build-aux/org.gnome.PortalTest.Gtk4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "org.gnome.PortalTest.Gtk4",
"runtime": "org.gnome.Platform",
"runtime-version": "40",
"runtime-version": "41",
"sdk": "org.gnome.Sdk",
"command": "org.gnome.PortalTest.Gtk4",
"finish-args": [
Expand Down

0 comments on commit 8da4a92

Please sign in to comment.