From a77b45a1ff3a558459d7fb16cd17d8895597bf30 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Aug 2021 13:12:41 +0200 Subject: [PATCH] Update config.json --- addons_updater/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 90f7abddf..78fb84679 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -25,7 +25,7 @@ "verbose": true }, "schema": { - "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}], + "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "having-asset": "str?", "repository": "str", "upstream": "str"}], "gituser": "str", "gitpass": "str", "gitmail": "str",