From 2b039257c628066b0398e4733c5fad10518e2eaf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 16 Jan 2021 17:41:50 +0100 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6f406ff..37c228a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Galène", + "name": "Galene", "id": "galene", "packaging_format": 1, "description": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 0b5967b..85bc35d 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="coturn" +#pkg_dependencies="coturn" #================================================= # PERSONAL HELPERS