mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 12:50:42 -07:00
Hide console window for server binary on Windows
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user