From c5e8435233d0761ff65605efabb7c6a4862113ec Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:11:51 -0400 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 80742ae..22b35b6 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '>=1.22' + go-version: '>1.18' check-latest: true cache: false @@ -39,10 +39,10 @@ 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 - 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 - del Picocrypt.exe - mv new.exe Picocrypt.exe + ren new.exe Picocrypt.exe env: P: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe"