6 lines
107 B
Batchfile
6 lines
107 B
Batchfile
pyinstaller --noconfirm ^
|
|
--onefile ^
|
|
--console ^
|
|
--icon "NONE" ^
|
|
--name "WinziPrint" ^
|
|
winziprint.py |