Update windows.yml

This commit is contained in:
TheTank20 2025-07-23 11:48:18 -05:00 committed by GitHub
parent bb1a1e7f3f
commit 1738a31bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,7 @@ jobs:
strip .\build\x64\xpmgr_x64.exe
# Remove resources
New-Item -ItemType Directory -Force -Path .\actions_upload
llvm-objcopy --remove-section .rsrc .\build\x86\xpmgr_x86.exe .\actions_upload\xpmgr_x86_comp.exe
llvm-objcopy --remove-section .rsrc .\build\x64\xpmgr_x64.exe .\actions_upload\xpmgr_x64_comp.exe