diff --git a/Effector.Plugin.FiveLakes/pre-build.ps1 b/Effector.Plugin.FiveLakes/pre-build.ps1 index 8ef610b..3a61655 100644 --- a/Effector.Plugin.FiveLakes/pre-build.ps1 +++ b/Effector.Plugin.FiveLakes/pre-build.ps1 @@ -1,3 +1,3 @@ param([string]$ProjectDir, [string]$ProjectPath); -Copy-Item -Path c:\EgtProg\Supervisor\Supervisor*.exe $ProjectDir\..\Exe +Copy-Item -Path c:\EgtProg\Effector\Effector*.exe $ProjectDir\..\Exe