修改图片
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
+1
-1
@@ -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.
Reference in New Issue
Block a user