mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 04:45:47 +00:00
[ci] fix windows :/ (#236)
Signed-off-by: crueter <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/236 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
fa423c68e8
commit
e0501bfd74
2 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,6 @@ cmake .. -G Ninja \
|
|||
|
||||
ninja
|
||||
|
||||
windeployqt6 --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
|
||||
|
||||
find pkg -type f -name "*.pdb" -exec rm -fv {} +
|
Loading…
Add table
Add a link
Reference in a new issue