Prelim build scripts

This commit is contained in:
Mike A. Trethewey
2020-02-23 22:46:50 -08:00
parent 97f771fe42
commit c3a7f69c4b
7 changed files with 173 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ def is_bundled():
return getattr(sys, 'frozen', False)
def local_path(path):
return path
if local_path.cached_path is not None:
return os.path.join(local_path.cached_path, path)