Again try to fix actions/workflow/auto build

This commit is contained in:
stax76
2024-07-15 07:32:30 +02:00
parent b218619b2b
commit 12d0126dd5
2 changed files with 1 additions and 7 deletions

View File

@@ -14,12 +14,6 @@ foreach ($it in $PoFiles)
}
$moPath = "$folder/mpvnet.mo"
if (-not (Test-Path $moPath))
{
New-Item -ItemType File -Path $moPath | Out-Null
}
msgfmt --output-file=$moPath $it.FullName
if ($LastExitCode) { throw $LastExitCode }
$moPath