Merge pull request #2909 from cmderdev/master

sync development with master
This commit is contained in:
David Refoua
2024-04-26 15:56:46 +03:30
committed by GitHub
6 changed files with 14 additions and 12 deletions

View File

@ -82,7 +82,7 @@ if ($Compile) {
Write-Verbose "Building the launcher..."
# Referene: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
# Reference: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release /m
if ($LastExitCode -ne 0) {