diff --git a/backend/build_binary.py b/backend/build_binary.py index cc9a85b0..95f1b5f1 100644 --- a/backend/build_binary.py +++ b/backend/build_binary.py @@ -34,6 +34,7 @@ def build_server(cuda=False): args = [ 'server.py', # Use server.py as entry point instead of main.py '--onefile', + '--noconsole', # No visible console window on Windows '--name', binary_name, ]