diff --git a/src/main.py b/src/main.py index 5a61cff..815f705 100644 --- a/src/main.py +++ b/src/main.py @@ -81,7 +81,8 @@ def main(page: ft.Page): "--clean", "--noconfirm", f"--add-data={locales_dir}{os.pathsep}locales", - f"--add-data={assets_dir}{os.pathsep}assets" + f"--add-data={assets_dir}{os.pathsep}assets", + "--noconsole" ] process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True)