Skip to content

Commit

Permalink
Building exe with --windowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wettenhj committed Sep 23, 2015
1 parent 15ecd99 commit 90824db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run(self):
os.system(sys.executable +
r" .\pyinstaller\pyinstaller.py -y "
r"--name=MyData --icon=mydata\media\MyData.ico "
r"--noconsole run.py")
r"--windowed run.py")
if exitCode != 0:
print "\nPyInstaller failed to build MyData.exe\n"
sys.exit(1)
Expand Down

0 comments on commit 90824db

Please sign in to comment.