mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
add symlinks, fix linux verbose
This commit is contained in:
parent
27df0bf8a9
commit
abc6b0e979
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func start_sandbox_linux(gate: Gate) -> void:
|
|||
"--main-pack", snbx_env.main_pack,
|
||||
"--resolution", "%dx%d" % [render_result.width, render_result.height]
|
||||
]
|
||||
if OS.is_stdout_verbose(): args.append(["--verbose"])
|
||||
if OS.is_stdout_verbose(): args += ["--verbose"]
|
||||
|
||||
Debug.logclr(snbx_env.start + " " + " ".join(args), Color.DARK_VIOLET)
|
||||
sandbox_pid = OS.create_process(snbx_env.start, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue