mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
remove pdb files
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
b8150060c7
commit
09194cc5c3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ cmake .. -G Ninja \
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true
|
rm -f bin/*.pdb
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue