mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add DJV to applications
This commit is contained in:
parent
d7de431855
commit
39891d3644
4 changed files with 59 additions and 12 deletions
|
|
@ -10,18 +10,6 @@
|
|||
"darwin": "{VIRTUAL_ENV}/localized/ffmpeg_exec/darwin/bin:{PYPE_SETUP_PATH}/vendor/bin/ffmpeg_exec/darwin/bin",
|
||||
"linux": "{VIRTUAL_ENV}/localized/ffmpeg_exec/linux:{PYPE_SETUP_PATH}/vendor/bin/ffmpeg_exec/linux"
|
||||
},
|
||||
"DJV_PATH": {
|
||||
"windows": [
|
||||
"C:/Program Files/djv-1.1.0-Windows-64/bin/djv_view.exe",
|
||||
"C:/Program Files/DJV/bin/djv_view.exe",
|
||||
"{STUDIO_SOFT}/djv/windows/bin/djv_view.exe"
|
||||
],
|
||||
"linux": [
|
||||
"usr/local/djv/djv_view",
|
||||
"{STUDIO_SOFT}/djv/linux/bin/djv_view"
|
||||
],
|
||||
"darwin": "Application/DJV.app/Contents/MacOS/DJV"
|
||||
},
|
||||
"PATH": [
|
||||
"{PYPE_CONFIG}/launchers",
|
||||
"{PYPE_APP_ROOT}",
|
||||
|
|
|
|||
|
|
@ -830,5 +830,33 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"djvview": {
|
||||
"enabled": true,
|
||||
"environment": {
|
||||
"__environment_keys__": {
|
||||
"djvview": []
|
||||
}
|
||||
},
|
||||
"djvview_1.1": {
|
||||
"enabled": true,
|
||||
"djvview_executables": {
|
||||
"windows": [
|
||||
"C:/Program Files/djv-1.1.0-Windows-64/bin/djv_view.exe",
|
||||
"C:/Program Files/DJV/bin/djv_view.exe"
|
||||
],
|
||||
"darwin": [
|
||||
"Application/DJV.app/Contents/MacOS/DJV"
|
||||
],
|
||||
"linux": [
|
||||
"usr/local/djv/djv_view"
|
||||
]
|
||||
},
|
||||
"environment": {
|
||||
"__environment_keys__": {
|
||||
"djvview_1.1": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue