Skip to content

Commit

Permalink
Fix make-exe bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Jan 9, 2019
1 parent 3600242 commit 777dab1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bCNC/make-exe.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pip2 install pyinstaller
pyinstaller --onefile --distpath . --hidden-import tkinter --paths lib;plugins;controllers --icon bCNC.ico --name bCNC __main__.py
pause
pip2 install pyinstaller
pip2 install --upgrade setuptools
pyinstaller --onefile --distpath . --hidden-import tkinter --paths lib;plugins;controllers --icon bCNC.ico --name bCNC __main__.py
pause

0 comments on commit 777dab1

Please sign in to comment.