summaryrefslogtreecommitdiff
path: root/org.gnome.Epiphany.json
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2019-01-05 13:19:26 +0100
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-03-17 01:00:28 +0000
commit8061c1929caf99bce9a5f13df5d6d644baa01abd (patch)
treec34833e24ca0d80fecd68c7cdd5f574d5304fcd0 /org.gnome.Epiphany.json
parentc143681d5cf17424a12beea1ab8dda0bc2ec201c (diff)
downloadepiphany-8061c1929caf99bce9a5f13df5d6d644baa01abd.tar.gz
Enable co-existing of Epiphany Tech Preview with stable version
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/20
Diffstat (limited to 'org.gnome.Epiphany.json')
-rw-r--r--org.gnome.Epiphany.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 901d08ae6..c37534b6a 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -1,5 +1,5 @@
{
- "app-id" : "org.gnome.Epiphany",
+ "app-id" : "org.gnome.Epiphany.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
@@ -68,7 +68,8 @@
{
"name" : "epiphany",
"config-opts" : [
- "-Dtech_preview=true"
+ "-Dtech_preview=true",
+ "-Dprofile=Devel"
],
"buildsystem" : "meson",
"builddir" : true,