fix source directory
This commit is contained in:
@@ -18,7 +18,7 @@ project_owner = 'LizardByte'
|
|||||||
script_dir = os.path.dirname(os.path.abspath(__file__))
|
script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
root_dir = os.path.dirname(script_dir)
|
root_dir = os.path.dirname(script_dir)
|
||||||
locale_dir = os.path.join(root_dir, 'locale')
|
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
|
year = datetime.datetime.now().year
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user