Update .ci/windows/build.sh

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-29 06:04:44 +00:00
parent 1bdbe2071f
commit 43a22546cf

View file

@ -41,7 +41,9 @@ cmake .. -G Ninja \
ninja
set +e
find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true
set -e
$WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe
set +e
find pkg -type f -name "*.pdb" -exec rm -fv {} + \; || true