summaryrefslogtreecommitdiff
path: root/build-aux/flatpak
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2019-10-08 18:35:26 +0200
committerRobert Ancell <robert.ancell@gmail.com>2019-10-14 20:25:39 +0000
commita1c48ce477f4e83c0e58e98d705768451a97206b (patch)
tree5d16efb0de06ebebba4beac446caa5474b5a31e4 /build-aux/flatpak
parent65c4dd000577b345c00ee1c3734829c829fc6bb9 (diff)
downloadgnome-control-center-a1c48ce477f4e83c0e58e98d705768451a97206b.tar.gz
flatpak: Use the Nightly variant of the application icon
For the "development" profile, lets use the Nightly variant, to visually indicate to users that they are running an unstable version of the application.
Diffstat (limited to 'build-aux/flatpak')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 7a73d37b4..4572805e6 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -766,7 +766,8 @@
}
],
"config-opts" : [
- "-Dtracing=true"
+ "-Dtracing=true",
+ "-Dprofile=development"
]
}
]