Files
winziprint/CreateExe.bat
2023-11-25 20:51:15 +01:00

7 lines
126 B
Batchfile

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