mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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")
|
path_to_cli = os.path.join(CELACTION_API_DIR, "cli.py")
|
||||||
subproces_args = get_openpype_execute_args("run", path_to_cli)
|
subproces_args = get_openpype_execute_args("run", path_to_cli)
|
||||||
|
openpype_executables = subproces_args.pop(0)
|
||||||
|
|
||||||
winreg.SetValueEx(
|
winreg.SetValueEx(
|
||||||
hKey,
|
hKey,
|
||||||
"SubmitAppTitle",
|
"SubmitAppTitle",
|
||||||
0,
|
0,
|
||||||
winreg.REG_SZ,
|
winreg.REG_SZ,
|
||||||
subproces_args.pop(0)
|
openpype_executables
|
||||||
)
|
)
|
||||||
|
|
||||||
parameters = subproces_args + [
|
parameters = subproces_args + [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue