diff --git a/build.bat b/build.bat index 4f2c3de..0593832 100644 --- a/build.bat +++ b/build.bat @@ -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"