diff --git a/openpype/hooks/pre_with_windows_shell.py b/openpype/hooks/pre_with_windows_shell.py index 7044bd12b2..16047ae66f 100644 --- a/openpype/hooks/pre_with_windows_shell.py +++ b/openpype/hooks/pre_with_windows_shell.py @@ -15,7 +15,7 @@ class LaunchWithWindowsShell(PreLaunchHook): # Should be as last hook because must change launch arguments to string order = 1000 app_groups = ["nuke", "nukex", "hiero", "nukestudio", - "aftereffects", "harmony"] + "harmony"] platforms = ["windows"] def execute(self):