fix source directory

This commit is contained in:
ReenigneArcher 2022-08-08 22:40:01 -04:00
parent 4100f790ee
commit 9f87401173
No known key found for this signature in database
GPG Key ID: 0CA6A47B0630EA9B

View File

@ -18,7 +18,7 @@ project_owner = 'LizardByte'
script_dir = os.path.dirname(os.path.abspath(__file__))
root_dir = os.path.dirname(script_dir)
locale_dir = os.path.join(root_dir, 'locale')
project_dir = os.path.join(root_dir, project_name.lower())
project_dir = os.path.join(root_dir, 'src')
year = datetime.datetime.now().year