From 1c9ffcf342474da954ba7ff0d776fffbfbedf3a9 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 19 Oct 2023 13:06:15 +0200 Subject: [PATCH] Altes compile.bat entfernt --- compile.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 compile.bat diff --git a/compile.bat b/compile.bat deleted file mode 100644 index e521ec7..0000000 --- a/compile.bat +++ /dev/null @@ -1,11 +0,0 @@ -python -m nuitka^ - --onefile^ - --disable-console^ - --windows-icon-from-ico=Resources\icon.ico^ - --include-data-files=Resources\icon.ico=icon.ico^ - --plugin-enable=pyqt6^ - --include-module=pydicom.encoders.gdcm^ - --include-module=pydicom.encoders.pylibjpeg^ - --output-filename="Dicom Extractor 2023.exe"^ - --remove-output^ - main.py