Console to system tray - do not explicitly create cmd for AE

This commit is contained in:
Petr Kalis 2021-06-01 13:02:39 +02:00
parent 29a144515b
commit 53361d6b14

View file

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