mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Should have been setup-release.py
This commit is contained in:
parent
f732365821
commit
d27d80eb28
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -29,7 +29,7 @@ import traceback
|
|||
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
is_bundle = getattr(sys, 'frozen', False)
|
||||
is_local = not is_bundle and os.path.exists(os.path.join(script_dir, "setup.py"))
|
||||
is_local = not is_bundle and os.path.exists(os.path.join(script_dir, "setup-release.py"))
|
||||
is_android = 'ANDROID_DATA' in os.environ
|
||||
|
||||
if is_local or is_android:
|
||||
|
|
Loading…
Add table
Reference in a new issue