From 4dd46c177a85787af9c551beb03e6cecb4605e41 Mon Sep 17 00:00:00 2001 From: will wade Date: Wed, 2 Oct 2024 01:07:24 +0100 Subject: [PATCH] remove console --- build_executable.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_executable.bat b/build_executable.bat index 9ac16c3..99beac3 100644 --- a/build_executable.bat +++ b/build_executable.bat @@ -17,9 +17,12 @@ rem Echo the constructed site-packages path and Python version for debugging echo Site packages path: %site_packages% echo Python version: %python_version% +rem Compile with Nuitka poetry run python -m nuitka ^ --standalone ^ + --onefile ^ --windows-icon-from-ico=assets/images/icon.ico ^ + --windows-disable-console ^ --output-dir=dist ^ --enable-plugin=tk-inter ^ --nofollow-import-to=unittest ^