From c9ae271cf48db4e04ca004f9cf1c5e187755d734 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 23 Sep 2023 22:56:55 +0100 Subject: [PATCH] upd buildvars --- buildVars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 1a1ea45..92a3812 100644 --- a/buildVars.py +++ b/buildVars.py @@ -46,9 +46,9 @@ The add-on requires Voicemeeter to be installed.""" # Do not change unless you know what you are doing! "addon_updateChannel": "dev", # Add-on license such as GPL 2 - "addon_license": None, + "addon_license": "GPL 2", # URL for the license document the ad-on is licensed under - "addon_licenseURL": None, + "addon_licenseURL": "https://github.com/onyx-and-iris/nvda-addon-voicemeeter/blob/main/LICENSE", } # Define the python files that are the sources of your add-on.