diff --git a/bin/windows/rebuild.ps1 b/bin/windows/rebuild.ps1 index acda608..24032c4 100644 --- a/bin/windows/rebuild.ps1 +++ b/bin/windows/rebuild.ps1 @@ -1,4 +1,4 @@ -. ./destroy.ps1 +. ./bin/windows/destroy.ps1 if ($lastexitcode -ne 0) { exit $lastexitcode} -. ./build.ps1 +. ./bin/windows/build.ps1 if ($lastexitcode -ne 0) { exit $lastexitcode}