fix source directory
This commit is contained in:
parent
4100f790ee
commit
9f87401173
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue