mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-windows.yml
This commit is contained in:
parent
73be4846ea
commit
a34fc3aede
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue