diff --git a/dist/index.js.map b/dist/index.js.map index 4e7290d8..86c1cbd9 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/platforms/windows/build.ps1 b/dist/platforms/windows/build.ps1 index 8d94b21a..bbae3d21 100644 --- a/dist/platforms/windows/build.ps1 +++ b/dist/platforms/windows/build.ps1 @@ -172,7 +172,7 @@ while (!$process.HasExited) { # Display results if ($process.ExitCode -eq 0) { - Write-Output "Build Succeeded!" + Write-Output "Build Succeeded!!" } else { Write-Output "$('Build failed, with exit code ')$($process.ExitCode)$('"')"