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"