Skip to content
Snippets Groups Projects
Verified Commit 27219d22 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Update to 44 SDK

parent 2afb4320
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ flatpak:
script:
- apk update && apk add flatpak-builder
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.gnome.Platform 43
- flatpak install -y flathub org.gnome.Sdk 43
- flatpak install -y flathub org.gnome.Platform 44
- flatpak install -y flathub org.gnome.Sdk 44
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
......
......@@ -78,7 +78,7 @@ main (int argc,
char **argv)
{
g_autoptr (AdwApplication) app = adw_application_new ("uk.me.bcowan.Rugby",
G_APPLICATION_FLAGS_NONE);
G_APPLICATION_NON_UNIQUE);
g_signal_connect (app, "startup",
G_CALLBACK (on_startup), NULL);
......
......@@ -4,7 +4,7 @@
app-id: uk.me.bcowan.Rugby
runtime: org.gnome.Platform
runtime-version: "43"
runtime-version: "44"
sdk: org.gnome.Sdk
command: rugby
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment