mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed resolve from shell prelaunch hook
This commit is contained in:
parent
37db18a630
commit
4377dbb026
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class LaunchWithWindowsShell(PreLaunchHook):
|
|||
|
||||
# Should be as last hook becuase must change launch arguments to string
|
||||
order = 1000
|
||||
app_groups = ["resolve", "nuke", "nukex", "hiero", "nukestudio"]
|
||||
app_groups = ["nuke", "nukex", "hiero", "nukestudio"]
|
||||
platforms = ["windows"]
|
||||
|
||||
def execute(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue