kopia lustrzana https://github.com/inkstitch/inkstitch
fix lint
rodzic
c1567d4b7a
commit
ba1c2ea78f
|
@ -9,6 +9,7 @@ def get_bundled_dir(name):
|
|||
else:
|
||||
return realpath(os.path.join(dirname(realpath(__file__)), '..', '..', name))
|
||||
|
||||
|
||||
def get_resource_dir(name):
|
||||
if getattr(sys, 'frozen', None) is not None:
|
||||
return realpath(os.path.join(sys._MEIPASS, name))
|
||||
|
|
Ładowanie…
Reference in New Issue