mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified docstring to match changes
This commit is contained in:
parent
221f60bb23
commit
61e10a4fc4
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ class LaunchWithTerminal(PreLaunchHook):
|
|||
"""Mac specific pre arguments for application.
|
||||
|
||||
Mac applications should be launched using "open" argument which is internal
|
||||
callbacks to open executable. We also add argument "-an" to create new
|
||||
process. This is used only for executables ending with ".app". It is
|
||||
expected that these executables lead to app packages.
|
||||
callbacks to open executable. We also add argument "-a" to tell it's
|
||||
application open. This is used only for executables ending with ".app". It
|
||||
is expected that these executables lead to app packages.
|
||||
"""
|
||||
order = 1000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue