Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-18 22:50:53 -04:00 committed by GitHub
parent 73be4846ea
commit a34fc3aede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,8 @@ jobs:
Start-Sleep -Seconds 20
Invoke-Expression "& `"$Env:P`" -open src/out.exe -save src/new.exe -action add -res images/key.ico -mask `"ICONGROUP,MAINICON,`""
Start-Sleep -Seconds 10
ren src/new.exe src/Picocrypt.exe
cd src
ren new.exe Picocrypt.exe
env:
P: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe"