mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
No longer build with debug mode on
This commit is contained in:
parent
7e4ffe6941
commit
555beebf9b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
exclude_binaries=1,
|
exclude_binaries=1,
|
||||||
name=os.path.join('build\\pyi.win32\\electrum', 'electrum.exe'),
|
name=os.path.join('build\\pyi.win32\\electrum', 'electrum.exe'),
|
||||||
debug=True,
|
debug=False,
|
||||||
strip=None,
|
strip=None,
|
||||||
upx=False,
|
upx=False,
|
||||||
icon='icons/electrum.ico',
|
icon='icons/electrum.ico',
|
||||||
|
|
Loading…
Add table
Reference in a new issue