removed resolve from shell prelaunch hook

This commit is contained in:
iLLiCiTiT 2021-04-08 10:46:01 +02:00
parent 37db18a630
commit 4377dbb026

View file

@ -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):