From bde93faa1a9ee34860b5a51fc6023b22291ac7bb Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Sat, 5 Oct 2024 11:18:39 +0200 Subject: [PATCH] - cambiata path per copia exe --- Effector.Plugin.FiveLakes/pre-build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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