Added winziprint create bat file

This commit is contained in:
2023-10-19 21:14:14 +02:00
committed by Lorenz Stechauner
parent d3434ed2d4
commit e1062ee595

6
winziprint/CreateExe.bat Normal file
View File

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