mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix oiio executable name
This commit is contained in:
parent
7fe3fd1d11
commit
0b4cd58858
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -404,7 +404,7 @@ def _validate_thirdparty_binaries():
|
|||
binary_vendors_dir,
|
||||
"oiio",
|
||||
low_platform,
|
||||
"oiio_tool"
|
||||
"oiiotool"
|
||||
)
|
||||
if not is_tool(oiio_tool_path):
|
||||
raise RuntimeError(error_msg.format("OpenImageIO"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue