diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-02 00:29:58 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-02 00:29:58 +0200 |
commit | e035b931c1fb6508ace7db4b1975e60d5c4be8dd (patch) | |
tree | 79c42968f1fb8133188ff168aa9c3d2388731697 | |
parent | 146044a5d19ef0b6f0c5cbcfce7470bf5292167b (diff) |
Do not blacklist the Qt-based launcher
-rw-r--r-- | src/config.json | 2 |
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" ] } |