Frozen dir is now correctly reported
This commit is contained in:
parent
eb2a25d96e
commit
3c797c0365
@ -22,7 +22,7 @@ class ConfigurationGetter(object):
|
||||
if not frozen:
|
||||
path = os.path.dirname(os.path.dirname(__file__))
|
||||
elif frozen in ('dll', 'console_exe', 'windows_exe'):
|
||||
path = os.path.dirname(os.path.dirname(__file__))
|
||||
path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
|
||||
else:
|
||||
path = ""
|
||||
return path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user