diff --git a/builder/build.ps1 b/builder/build.ps1 index 5d312eb..6769cfd 100644 --- a/builder/build.ps1 +++ b/builder/build.ps1 @@ -29,7 +29,7 @@ if ($Sign) { # Building service executable Write-Output "Building WinBGP service" & "..\service\WinBGP-Service.ps1" -Build -Move-Item -Path "..\build\WinBGP-Service.exe" -Destination "..\service\WinBGP-Service.exe" -Force +Move-Item -Path "..\builder\WinBGP-Service.exe" -Destination "..\service\WinBGP-Service.exe" -Force # Building engine Write-Output "Building engine"