master #14

Merged
kdletters merged 226 commits from master into release 2026-05-13 13:23:09 +08:00
Showing only changes of commit 7364d0f2d3 - Show all commits

View File

@@ -83,7 +83,7 @@ pipeline {
if ([string]::IsNullOrWhiteSpace($Path)) {
return $Path
}
$normalized = $Path -replace '\\', '/'
$normalized = $Path.Replace('\', '/')
if ($normalized -match '^([A-Za-z]):/(.*)$') {
return '/' + $matches[1].ToLower() + '/' + $matches[2]
}