changed order of shell prelaunch hook

This commit is contained in:
iLLiCiTiT 2021-04-06 10:12:30 +02:00
parent 59a512db43
commit 83f24e491c

View file

@ -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"]