修改图片

This commit is contained in:
2026-04-26 12:48:31 +08:00
parent 137f4cc83c
commit 03bf93afaa
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

+1 -1
View File
@@ -73,7 +73,7 @@ $LinkInputs = @()
if ($Windres -and (Test-Path $RcPath)) { if ($Windres -and (Test-Path $RcPath)) {
$RcContent = Get-Content -Path $RcPath -Raw -Encoding Unicode $RcContent = Get-Content -Path $RcPath -Raw -Encoding Unicode
$RcContent = $RcContent.Replace('"Tetris.ico"', ('"' + ((Join-Path $IconDir "Tetris.ico") -replace '\\', '/') + '"')) $RcContent = $RcContent.Replace('"tetris_pastel_icon.ico"', ('"' + ((Join-Path $IconDir "tetris_pastel_icon.ico") -replace '\\', '/') + '"'))
$RcContent = $RcContent.Replace('"small.ico"', ('"' + ((Join-Path $IconDir "small.ico") -replace '\\', '/') + '"')) $RcContent = $RcContent.Replace('"small.ico"', ('"' + ((Join-Path $IconDir "small.ico") -replace '\\', '/') + '"'))
[System.IO.File]::WriteAllText($RcUtf8Path, $RcContent, [System.Text.UTF8Encoding]::new($false)) [System.IO.File]::WriteAllText($RcUtf8Path, $RcContent, [System.Text.UTF8Encoding]::new($false))
Binary file not shown.