[gnome-weather] flatpak: Use stable profile for unstable manifest



commit 0bd3ad016109fe8439bab56e3f80696a055eddb3
Author: Christopher Davis <brainblasted disroot org>
Date:   Mon Feb 4 16:15:13 2019 -0500

    flatpak: Use stable profile for unstable manifest
    
    We currently don't have the development profile set up with meson. So, the manifest should not call 
something that does not work.

 org.gnome.Weather-unstable.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index 012b2ed..bd961f8 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -3,7 +3,7 @@
     "runtime" : "org.gnome.Platform",
     "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
-    "command" : "/app/share/org.gnome.Weather/org.gnome.WeatherDevel.Application",
+    "command" : "/app/share/org.gnome.Weather/org.gnome.Weather",
     "tags" : [
         "nightly"
     ],
@@ -83,9 +83,6 @@
         },
         {
             "name" : "gnome-weather",
-            "config-opts": [
-                "-Dprofile=development"
-            ],
             "sources" : [
                 {
                     "type" : "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]