mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-13 06:08:30 +02:00
Update build-windows.yml
This commit is contained in:
parent
2d51aa8eff
commit
dce4f6189f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-windows.yml
vendored
4
.github/workflows/build-windows.yml
vendored
|
@ -41,10 +41,10 @@ jobs:
|
||||||
reshacker_setup/reshacker_setup.exe /SILENT
|
reshacker_setup/reshacker_setup.exe /SILENT
|
||||||
Start-Sleep -Seconds 20
|
Start-Sleep -Seconds 20
|
||||||
cd src
|
cd src
|
||||||
# Invoke-Expression "& `"$Env:P`" -open out.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON,"
|
Invoke-Expression "& `"$Env:P`" -open out.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON,"
|
||||||
Start-Process -NoNewWindow -FilePath "$Env:P" -ArgumentList "-open out.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON, -log CON"
|
|
||||||
Start-Sleep -Seconds 10
|
Start-Sleep -Seconds 10
|
||||||
ls
|
ls
|
||||||
|
cat resourcehacker.log
|
||||||
ren new.exe Picocrypt.exe
|
ren new.exe Picocrypt.exe
|
||||||
env:
|
env:
|
||||||
P: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe"
|
P: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue