diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 1b8d723..5b491c8 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -40,20 +40,20 @@ jobs: - name: Add icon, manifest, and version info shell: pwsh run: | - 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/18878075/reshacker_setup.zip Expand-Archive -DestinationPath reshacker_setup reshacker_setup.zip reshacker_setup/reshacker_setup.exe /SILENT - Start-Sleep -Seconds 30 + Start-Sleep -Seconds 60 Invoke-Expression "& `"$Env:P`" -open src/1.exe -save src/2.exe -action addoverwrite -res images/key.ico -mask `"ICONGROUP,MAINICON,`"" - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 30 Invoke-Expression "& `"$Env:P`" -open src/2.exe -save src/3.exe -action addoverwrite -res images/key.ico -mask `"ICONGROUP,GLFW_ICON,`"" - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 30 Invoke-Expression "& `"$Env:P`" -open src/3.exe -save src/4.exe -action addoverwrite -res dist/windows/manifest.xml -mask `"MANIFEST,1,`"" - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 30 Invoke-Expression "& `"$Env:P`" -open dist/windows/versioninfo.rc -save resources.res -action compile" - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 30 Invoke-Expression "& `"$Env:P`" -open src/4.exe -save src/5.exe -action addoverwrite -res resources.res" - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 30 env: P: "C:\\Program Files (x86)\\Resource Hacker\\ResourceHacker.exe" diff --git a/Changelog.md b/Changelog.md index 58d79e2..8a81c2e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@
  • Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)
  • +# v1.47 (Released 02/19/2025) + + # v1.46 (Released 01/29/2025)