修复乱码问题 完成阶段一

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)) [System.IO.File]::WriteAllText($RcUtf8Path, $RcContent, [System.Text.UTF8Encoding]::new($false))
& $Windres ` & $Windres `
--codepage 65001 `
-I $IncludeDir ` -I $IncludeDir `
$RcUtf8Path ` $RcUtf8Path `
-O coff ` -O coff `
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB