add --noconsole flag
This commit is contained in:
parent
34d8e2516c
commit
7edb847afb
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ def main(page: ft.Page):
|
||||||
"--clean",
|
"--clean",
|
||||||
"--noconfirm",
|
"--noconfirm",
|
||||||
f"--add-data={locales_dir}{os.pathsep}locales",
|
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)
|
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue