mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-28 06:06:13 +02:00
Update build-windows.yml
This commit is contained in:
parent
d420a1d6a4
commit
c5e8435233
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-windows.yml
vendored
8
.github/workflows/build-windows.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.22'
|
go-version: '>1.18'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
|
@ -39,10 +39,10 @@ jobs:
|
||||||
Invoke-WebRequest -OutFile reshacker_setup.zip https://github.com/user-attachments/files/15893917/reshacker_setup.zip
|
Invoke-WebRequest -OutFile reshacker_setup.zip https://github.com/user-attachments/files/15893917/reshacker_setup.zip
|
||||||
Expand-Archive -DestinationPath reshacker_setup reshacker_setup.zip
|
Expand-Archive -DestinationPath reshacker_setup reshacker_setup.zip
|
||||||
reshacker_setup/reshacker_setup.exe /SILENT
|
reshacker_setup/reshacker_setup.exe /SILENT
|
||||||
Start-Process -NoNewWindow -FilePath "$P" -ArgumentList "-open out.exe","-save new.exe","-action add","-res images/key.ico","-mask ICONGROUP,MAINICON,"
|
Start-Sleep -Seconds 20
|
||||||
|
Start-Process -NoNewWindow -FilePath "$Env:P" -ArgumentList "-open out.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON,"
|
||||||
Start-Sleep -Seconds 10
|
Start-Sleep -Seconds 10
|
||||||
del Picocrypt.exe
|
ren new.exe Picocrypt.exe
|
||||||
mv 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
Add a link
Reference in a new issue