Browse Source

Update .ci/windows/build.sh

Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter 6 months ago
parent
commit
43a22546cf
  1. 6
      .ci/windows/build.sh

6
.ci/windows/build.sh

@ -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
Loading…
Cancel
Save