mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
celation executable fix
This commit is contained in:
parent
54bb955d8b
commit
00bbd4ebe1
1 changed files with 2 additions and 1 deletions
|
|
@ -36,13 +36,14 @@ class CelactionPrelaunchHook(PreLaunchHook):
|
|||
|
||||
path_to_cli = os.path.join(CELACTION_API_DIR, "cli.py")
|
||||
subproces_args = get_openpype_execute_args("run", path_to_cli)
|
||||
openpype_executables = subproces_args.pop(0)
|
||||
|
||||
winreg.SetValueEx(
|
||||
hKey,
|
||||
"SubmitAppTitle",
|
||||
0,
|
||||
winreg.REG_SZ,
|
||||
subproces_args.pop(0)
|
||||
openpype_executables
|
||||
)
|
||||
|
||||
parameters = subproces_args + [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue