diff --git a/qt/aqt/addons.py b/qt/aqt/addons.py index f3cc4435a..bede5b221 100644 --- a/qt/aqt/addons.py +++ b/qt/aqt/addons.py @@ -157,7 +157,7 @@ class AddonManager: "type": "object", "properties": { # the name of the folder - "package": {"type": "string", "meta": False}, + "package": {"type": "string", "minLength": 1, "meta": False}, # the displayed name to the user "name": {"type": "string", "meta": True}, # the time the add-on was last modified