Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-19 20:58:37 -04:00 committed by GitHub
parent f7630cb1e2
commit 292fbc6b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
Start-Sleep -Seconds 5
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 5
Invoke-Expression "& `"$Env:P`" -open dist/windows/manifest.xml -save resources.res -action compile
Invoke-Expression "& `"$Env:P`" -open dist/windows/versioninfo.rc -save resources.res -action compile
Start-Sleep -Seconds 5
Invoke-Expression "& `"$Env:P`" -open src/4.exe -save src/5.exe -action addoverwrite -res resources.res
Start-Sleep -Seconds 5