Update Copilot workspace files

This commit is contained in:
vczh
2026-04-17 04:41:23 -07:00
parent 44131f0615
commit eaf383a351
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ $executableName = $Executable + ".exe"
$solutionFolder = GetSolutionDir
# Find the file with the latest modification time
if ($Configuration -ne $null) {
if ($Configuration -eq $null) {
$latestFile = GetLatestModifiedExecutable $solutionFolder $executableName
} else {
$latestFile = GetSpecifiedExecutable $solutionFolder $executableName $Configuration $Platform