Fix - remove wrongly used host for hook

Host left here after debugging, causing issue in openpype_gui
This commit is contained in:
Petr Kalis 2021-11-30 10:20:49 +01:00
parent 4c86182b35
commit 53c83b3b92

View file

@ -13,7 +13,7 @@ class LaunchFoundryAppsWindows(PreLaunchHook):
# Should be as last hook because must change launch arguments to string
order = 1000
app_groups = ["nuke", "nukex", "hiero", "nukestudio", "photoshop"]
app_groups = ["nuke", "nukex", "hiero", "nukestudio"]
platforms = ["windows"]
def execute(self):