From 09194cc5c306656eaafac81b3638fcfa700a090d Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 29 Jun 2025 20:28:01 -0400 Subject: [PATCH] remove pdb files Signed-off-by: crueter --- .ci/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/windows/build.sh b/.ci/windows/build.sh index 899c652c18..4e993b0488 100644 --- a/.ci/windows/build.sh +++ b/.ci/windows/build.sh @@ -42,7 +42,7 @@ cmake .. -G Ninja \ ninja set +e -find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true +rm -f bin/*.pdb set -e $WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe