Browse Source

fix windeploy

Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter 6 months ago
parent
commit
996400953e
No known key found for this signature in database GPG Key ID: A5A7629F109C8FD1
  1. 2
      .ci/windows/build.sh

2
.ci/windows/build.sh

@ -46,4 +46,4 @@ find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true
set -e set -e
$WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe $WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe
cp bin/*.exe pkg
Loading…
Cancel
Save