mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
Update .ci/windows/build.sh
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
1bdbe2071f
commit
43a22546cf
1 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,9 @@ cmake .. -G Ninja \
|
||||||
|
|
||||||
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
|
$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…
Add table
Add a link
Reference in a new issue