Skip to content

Commit

Permalink
Merge pull request #3804 from xoriole/upstream_next
Browse files Browse the repository at this point in the history
Disabled the console in build version
  • Loading branch information
devos50 authored Aug 20, 2018
2 parents 4cec53c + 0ce282a commit b076431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exe = EXE(pyz,
debug=False,
strip=False,
upx=True,
console=True,
console=False,
icon='Tribler/Main/Build/Win/tribler.ico')
coll = COLLECT(exe,
a.binaries,
Expand All @@ -75,7 +75,7 @@ app = BUNDLE(coll,
icon='Tribler/Main/Build/Mac/tribler.icns',
bundle_identifier='nl.tudelft.tribler',
info_plist={'NSHighResolutionCapable': 'True', 'CFBundleInfoDictionaryVersion': 1.0, 'CFBundleVersion': version_str, 'CFBundleShortVersionString': version_str},
console=True)
console=False)

# Remove libvlc - conflicts on Windows
if sys.platform == 'win32':
Expand Down

0 comments on commit b076431

Please sign in to comment.