mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 03:05:12 +02:00
Update windows-x86-x64.yml
This commit is contained in:
21
.github/workflows/windows-x86-x64.yml
vendored
21
.github/workflows/windows-x86-x64.yml
vendored
@@ -216,16 +216,17 @@ jobs:
|
||||
throw "Input file .\umskt.exe does not exist!"
|
||||
}
|
||||
|
||||
# Prepare ResHacker script (no indentation inside block!)
|
||||
$resourceHackerScript = @"
|
||||
[FILENAMES]
|
||||
Exe=.\umskt.exe
|
||||
SaveAs=.\umskt_comp.exe
|
||||
|
||||
[DELETE]
|
||||
Icon=*
|
||||
IconGroup=*
|
||||
"@
|
||||
# Prepare ResHacker script
|
||||
$resourceHackerScript = @(
|
||||
"[FILENAMES]",
|
||||
"Exe=.\umskt.exe",
|
||||
"SaveAs=.\umskt_comp.exe",
|
||||
"",
|
||||
"[DELETE]",
|
||||
"Icon=*",
|
||||
"IconGroup=*"
|
||||
) -join "`r`n"
|
||||
|
||||
|
||||
$iniPath = "$env:TEMP\remove_icons.ini"
|
||||
$logPath = "$env:TEMP\reshacker_log.txt"
|
||||
|
||||
Reference in New Issue
Block a user