diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 74275d4..7cbcec9 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -39,10 +39,12 @@ jobs: Invoke-WebRequest -OutFile reshacker_setup.zip https://github.com/user-attachments/files/15893917/reshacker_setup.zip Expand-Archive -DestinationPath reshacker_setup reshacker_setup.zip reshacker_setup/reshacker_setup.exe /SILENT - "C:\Program Files (x86)\Resource Hacker\ResourceHacker.exe" -open Picocrypt.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON, + & "$env:RH" -open Picocrypt.exe -save new.exe -action add -res images/key.ico -mask ICONGROUP,MAINICON, Start-Sleep -Seconds 10 del Picocrypt.exe mv new.exe Picocrypt.exe + env: + RH: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe" - name: Compress with upx shell: pwsh