From f8359fc3f78dc6221ae0122f3b6aa740dc282208 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 28 Mar 2018 21:11:31 +0430 Subject: [PATCH] add verbose version info --- scripts/build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 7a0cb07..47f8626 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -124,6 +124,7 @@ if($Compile) { if ($LastExitCode -ne 0) { throw "msbuild failed to build the executable." } + else Write-Verbose "successfully built Cmder $Version!" Pop-Location } else { Write-Warning "You are not building a launcher, Use -Compile"