From c0b9194e179c86e841e72d55fee7f4e84446054e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Wed, 6 May 2020 17:55:44 +0200 Subject: [PATCH] flatpak: Use 3.36 Sdk instead of master The master Sdk doesn't have the rust-stable extension so we should use 3.36 until master has this or until we find another way to provide the rust compiler to the Sdk. --- flatpak/org.gnome.Fractal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json index 9eaaafbf..cc4cc6fa 100644 --- a/flatpak/org.gnome.Fractal.json +++ b/flatpak/org.gnome.Fractal.json @@ -1,7 +1,7 @@ { "app-id" : "org.gnome.FractalDevel", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "3.36", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable"