Skip to content

Commit

Permalink
Removed console=True from .spec in prep for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 12cac82 commit be84648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exe = EXE(pyz,
debug=True,
strip=None,
upx=True,
console=True )
console=False )

app = BUNDLE(exe,
name='SHARPpy.app',
Expand Down
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-win7-64.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ exe = EXE(pyz,
debug=True,
strip=None,
upx=True,
console=True, icon='icons\\SHARPpy.ico')
console=False, icon='icons\\SHARPpy.ico')

# Revert the _version.py file to its original version using git
import subprocess
Expand Down

0 comments on commit be84648

Please sign in to comment.