diff --git a/.ci/windows/build.sh b/.ci/windows/build.sh index 0b36788daf..899c652c18 100644 --- a/.ci/windows/build.sh +++ b/.ci/windows/build.sh @@ -46,4 +46,4 @@ 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 -cp bin/*.exe pkg +cp bin/* pkg