mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
change creationflags
This commit is contained in:
parent
bb2a82d8e3
commit
59a512db43
1 changed files with 4 additions and 0 deletions
|
|
@ -35,3 +35,7 @@ class LaunchWithWindowsShell(PreLaunchHook):
|
|||
|
||||
# Replace launch args with new one
|
||||
self.launch_context.launch_args = args_string
|
||||
# Change `creationflags` to CREATE_NEW_CONSOLE
|
||||
self.launch_context.kwargs["creationflags"] = (
|
||||
subprocess.CREATE_NEW_CONSOLE
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue