Files
winziprint/CreateExe.bat
2024-01-14 12:14:10 +01:00

8 lines
132 B
Batchfile

pyinstaller ^
--noconfirm ^
--onefile ^
--console ^
--icon "NONE" ^
--name "WinziPrint" ^
src/winziprint.py