mirror of https://github.com/Syncplay/syncplay
Support for new data arrangment in compiled file
This commit is contained in:
parent
5e9b9e1130
commit
d094d9a24b
|
@ -135,7 +135,7 @@ class ConfigurationGetter(object):
|
|||
if not frozen:
|
||||
path = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
||||
elif frozen in ('dll', 'console_exe', 'windows_exe'):
|
||||
path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
|
||||
path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))))
|
||||
else:
|
||||
path = ""
|
||||
return path
|
||||
|
|
Loading…
Reference in New Issue