修复乱码问题 完成阶段一

This commit is contained in:
2026-04-23 19:58:33 +08:00
parent 25867b00d2
commit 88ae3f6496
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ if ($Windres -and (Test-Path $RcPath)) {
[System.IO.File]::WriteAllText($RcUtf8Path, $RcContent, [System.Text.UTF8Encoding]::new($false))
& $Windres `
--codepage 65001 `
-I $IncludeDir `
$RcUtf8Path `
-O coff `