add verbose version info

This commit is contained in:
David Refoua 2018-03-28 21:11:31 +04:30 committed by GitHub
parent 249f7b9baf
commit f8359fc3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"