Skip to content

Commit 44891c9

Browse files
committed
Fix windows Houdini installer file path
1 parent d853411 commit 44891c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/houdini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def install_sidefx_product(product: str, version: str) -> None:
240240
version=target_release["version"], build=target_release["build"]
241241
)
242242
)
243-
cmd = [r"C:\Program Files\SideFX\launcher\bin\houdini_installer.exe"]
243+
cmd = [r"C:\Program Files\Side Effects Software\Launcher\bin\houdini_installer.exe"]
244244
cmd.extend(cmd_flags)
245245
status = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
246246
if status.returncode != 0:

0 commit comments

Comments
 (0)