mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-09 19:55:14 +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!"
|
throw "Input file .\umskt.exe does not exist!"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Prepare ResHacker script (no indentation inside block!)
|
# Prepare ResHacker script
|
||||||
$resourceHackerScript = @"
|
$resourceHackerScript = @(
|
||||||
[FILENAMES]
|
"[FILENAMES]",
|
||||||
Exe=.\umskt.exe
|
"Exe=.\umskt.exe",
|
||||||
SaveAs=.\umskt_comp.exe
|
"SaveAs=.\umskt_comp.exe",
|
||||||
|
"",
|
||||||
[DELETE]
|
"[DELETE]",
|
||||||
Icon=*
|
"Icon=*",
|
||||||
IconGroup=*
|
"IconGroup=*"
|
||||||
"@
|
) -join "`r`n"
|
||||||
|
|
||||||
|
|
||||||
$iniPath = "$env:TEMP\remove_icons.ini"
|
$iniPath = "$env:TEMP\remove_icons.ini"
|
||||||
$logPath = "$env:TEMP\reshacker_log.txt"
|
$logPath = "$env:TEMP\reshacker_log.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user