Skip to content

Commit

Permalink
udpate install script
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoGG1239 committed Oct 12, 2018
1 parent b8e44f7 commit f3ac720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if __name__ == '__main__':
from PyInstaller.__main__ import run
opts=['main.py','-F','-w','--hidden-import=queue','--icon=./asset/myicon.ico']
opts=['main.py','-D','-w','--hidden-import=queue','--icon=./asset/myicon.ico']
run(opts)

0 comments on commit f3ac720

Please sign in to comment.