mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
photoshop has own prelaunch hook to modify launch arguments
This commit is contained in:
parent
fee6a9b448
commit
aaea1e1485
4 changed files with 112 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue