Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 2, 2024
1 parent fe322e0 commit 4dd46c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_executable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down

0 comments on commit 4dd46c1

Please sign in to comment.