aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-08-02 00:29:58 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-08-02 00:29:58 +0200
commite035b931c1fb6508ace7db4b1975e60d5c4be8dd (patch)
tree79c42968f1fb8133188ff168aa9c3d2388731697
parent146044a5d19ef0b6f0c5cbcfce7470bf5292167b (diff)
Do not blacklist the Qt-based launcher
-rw-r--r--src/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json
index 8b4597e..1373f1e 100644
--- a/src/config.json
+++ b/src/config.json
@@ -1,5 +1,5 @@
{
"black_list": [
- "webapps-html5-launcher@1.0", "launcher@0.1", "homescreen@0.1"
+ "webapps-html5-launcher@1.0", "homescreen@0.1"
]
}