mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
change of celaciton publish name
This commit is contained in:
parent
7540293c04
commit
49746f211c
1 changed files with 2 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ class CelactionPrelaunchHook(PypeHook):
|
|||
project = env["AVALON_PROJECT"]
|
||||
asset = env["AVALON_ASSET"]
|
||||
task = env["AVALON_TASK"]
|
||||
app = "pype_publish_standalone"
|
||||
app = "celaction_publish"
|
||||
workdir = env["AVALON_WORKDIR"]
|
||||
project_name = f"{asset}_{task}"
|
||||
version = "v001"
|
||||
|
|
@ -74,8 +74,7 @@ class CelactionPrelaunchHook(PypeHook):
|
|||
"--resolutionWide *X*",
|
||||
"--resolutionHeight *Y*",
|
||||
"--registerHost celaction",
|
||||
"-8",
|
||||
"--programPath \"\'*PROGPATH*\'\""
|
||||
"--programPath \"'*PROGPATH*'\""
|
||||
]
|
||||
winreg.SetValueEx(hKey, "SubmitParametersTitle", 0, winreg.REG_SZ,
|
||||
" ".join(parameters))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue