diff --git a/winziprint/CreateExe.bat b/winziprint/CreateExe.bat new file mode 100644 index 0000000..0bae9c3 --- /dev/null +++ b/winziprint/CreateExe.bat @@ -0,0 +1,6 @@ +pyinstaller --noconfirm ^ + --onefile ^ + --console ^ + --icon "NONE" ^ + --name "WinziPrint" ^ + winziprint.py \ No newline at end of file