Added winziprint create bat file

This commit is contained in:
2023-10-19 21:14:14 +02:00
parent 12d1292b2c
commit ca136b9044

6
winziprint/CreateExe.bat Normal file
View File

@ -0,0 +1,6 @@
pyinstaller --noconfirm ^
--onefile ^
--console ^
--icon "NONE" ^
--name "WinziPrint" ^
winziprint.py