mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
changed order of shell prelaunch hook
This commit is contained in:
parent
59a512db43
commit
83f24e491c
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ class LaunchWithWindowsShell(PreLaunchHook):
|
|||
instead.
|
||||
"""
|
||||
|
||||
order = 10
|
||||
# Should be as last hook becuase must change launch arguments to string
|
||||
order = 1000
|
||||
app_groups = ["resolve", "nuke", "nukex", "hiero", "nukestudio"]
|
||||
platforms = ["windows"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue