mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
12 lines
263 B
TOML
12 lines
263 B
TOML
schema = "avalon-core:application-1.0"
|
|
application_dir = "python"
|
|
executable = "python3"
|
|
label = "Python"
|
|
label_variant = "3"
|
|
icon = "app_icons/python.png"
|
|
|
|
ftrack_label = "Python"
|
|
ftrack_icon = '{}/app_icons/python.png'
|
|
|
|
[environment]
|
|
CREATE_NEW_CONSOLE = "Yes"
|