Review build

This commit is contained in:
Alexandre JARDON
2025-03-15 09:35:10 +01:00
parent 1fb7093032
commit 30a3360f72

View File

@@ -897,7 +897,7 @@ if ($Build) { # Install the service
# Generate the service .EXE from the C# source embedded in this script # Generate the service .EXE from the C# source embedded in this script
# Overwrite for builder # Overwrite for builder
$exeFullName="..\$exeName" $exeFullName="$exeName"
try { try {
Write-Verbose "Compiling $exeFullName" Write-Verbose "Compiling $exeFullName"