Skip to content

Commit

Permalink
Use correct pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGoldsteinNz committed Jun 24, 2023
1 parent 8fdd6ee commit 70a6974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not exist "venv\Lib\site-packages\PyInstaller" (
if not exist "venv\Lib\site-packages\PIL" (
venv\Scripts\python -m pip install Pillow
)
venv\Scripts\python -m PyInstaller --onefile -F tadpole.py --icon frog.ico --clean --noconsole
pyinstaller.exe --onefile -F tadpole.py --icon frog.ico --clean --noconsole
copy README.md "dist\readme.md"
copy LICENSE "dist\license.txt"
copy tadpole.py "dist\tadpole.py"
Expand Down

0 comments on commit 70a6974

Please sign in to comment.