Skip to content

Commit

Permalink
Refs skycoin#17, Remove some debug code from the pyinstaller spec fil…
Browse files Browse the repository at this point in the history
…e for the windows build
  • Loading branch information
stdevPavelmc committed Apr 30, 2019
1 parent 2cdaf34 commit b5e0a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skyflash-gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if 'nt' in os.name:
name='skyflash-gui',
bootloader_ignore_signals=False,
strip=False,
console=True,
debug=True,
console=False,
debug=False,
icon='skyflash/data/skyflash.ico',
uac_admin=True
)
Expand All @@ -59,6 +59,6 @@ if 'nt' in os.name:
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx=False,
name='skyflash-gui'
)

0 comments on commit b5e0a65

Please sign in to comment.