From 53361d6b14e3c161e8739e9c462abeb7ac669088 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Tue, 1 Jun 2021 13:02:39 +0200 Subject: [PATCH] Console to system tray - do not explicitly create cmd for AE --- openpype/hooks/pre_with_windows_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):