From e1062ee595cc1be47df78f2c530d237db2f04d6d Mon Sep 17 00:00:00 2001 From: Thomas Hilscher Date: Thu, 19 Oct 2023 21:14:14 +0200 Subject: [PATCH] Added winziprint create bat file --- winziprint/CreateExe.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 winziprint/CreateExe.bat 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