Skip to content

Commit

Permalink
Fix make loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Jan 9, 2019
1 parent 777dab1 commit 53f29aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-exe-loader.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 bCNC --icon bCNC/bCNC.ico --name bCNC bCNC.exe
pip2 install --upgrade setuptools
pyinstaller --onefile --distpath . --hidden-import tkinter --paths bCNC --icon bCNC/bCNC.ico --name bCNC bCNC.py
pause

0 comments on commit 53f29aa

Please sign in to comment.