Skip to content

Commit

Permalink
build: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 5, 2019
1 parent 0b3df84 commit a31e9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/PyScanFCS_win7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exe = EXE(pyz,
strip=None,
upx=True,
icon=ICO,
console=True)
console=False)

coll = COLLECT(exe,
a.binaries,
Expand Down

0 comments on commit a31e9bf

Please sign in to comment.