Update Platform to 44

This commit is contained in:
kramo
2023-03-22 07:53:27 +01:00
parent a3935e24e9
commit d86593962b

View File

@@ -1,7 +1,7 @@
{ {
"app-id" : "hu.kramo.Cartridges", "app-id" : "hu.kramo.Cartridges",
"runtime" : "org.gnome.Platform", "runtime" : "org.gnome.Platform",
"runtime-version" : "master", "runtime-version" : "44",
"sdk" : "org.gnome.Sdk", "sdk" : "org.gnome.Sdk",
"command" : "cartridges", "command" : "cartridges",
"finish-args" : [ "finish-args" : [
@@ -33,13 +33,13 @@
"modules" : [ "modules" : [
"python3-modules.json", "python3-modules.json",
{ {
"name": "blueprint-compiler", "name" : "blueprint-compiler",
"buildsystem": "meson", "buildsystem" : "meson",
"sources": [ "sources" : [
{ {
"type": "git", "type" : "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.6.0" "tag" : "v0.6.0"
} }
] ]
}, },
@@ -54,5 +54,8 @@
} }
] ]
} }
] ],
"build-options" : {
"env" : { }
}
} }