mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix call to renamed function
This commit is contained in:
parent
2bc8b49b9c
commit
22288486b6
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class UnrealPrelaunchHook(PreLaunchHook):
|
|||
f"{self.signature} using existing built Ayon plugin from "
|
||||
f"{built_plugin_path}"
|
||||
))
|
||||
unreal_lib.move_built_plugin(engine_path, Path(built_plugin_path))
|
||||
unreal_lib.copy_built_plugin(engine_path, Path(built_plugin_path))
|
||||
else:
|
||||
# Set "AYON_UNREAL_PLUGIN" to current process environment for
|
||||
# execution of `create_unreal_project`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue