diff --git a/buildVars.py b/buildVars.py index e95ccd2..bc242b9 100644 --- a/buildVars.py +++ b/buildVars.py @@ -57,7 +57,7 @@ # pythonSources = ["addon/globalPlugins/*.py"] # For more information on SCons Glob expressions please take a look at: # https://scons.org/doc/production/HTML/scons-user/apd.html -pythonSources: list[str] = ["addon/appModules/eMule.py", "addon/labelAutofinderCore/*.py"] +pythonSources: list[str] = ["addon/appModules/eMule.py"] # Files that contain strings for translation. Usually your python sources i18nSources: list[str] = pythonSources + ["buildVars.py"]