Review build

This commit is contained in:
Alexandre JARDON
2025-03-15 09:38:48 +01:00
parent e01fc6c7c9
commit 76c9ed376c

View File

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