Skip to content

Commit

Permalink
Merge pull request #3 from EricGoldsteinNz/FixConsoleDisplayed
Browse files Browse the repository at this point in the history
Use correct pyinstaller
  • Loading branch information
EricGoldsteinNz authored Jun 24, 2023
2 parents 139aa98 + 70a6974 commit 37a3029
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 37a3029

Please sign in to comment.