photoshop has own prelaunch hook to modify launch arguments

This commit is contained in:
Jakub Trllo 2024-03-25 15:53:17 +01:00
parent fee6a9b448
commit aaea1e1485
4 changed files with 112 additions and 1 deletions

View file

@ -17,7 +17,7 @@ class NonPythonHostHook(PreLaunchHook):
python script which launch the host. For these cases it is necessary to
prepend python (or ayon) executable and script path before application's.
"""
app_groups = {"harmony", "photoshop", "aftereffects"}
app_groups = {"harmony", "aftereffects"}
order = 20
launch_types = {LaunchTypes.local}