OP-2019 - removed unwanted host

This commit is contained in:
Petr Kalis 2021-11-18 18:17:56 +01:00
parent 7456d0c380
commit bcdca93cac

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