Browse Source
fix windeploy
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
1 deletions
-
.ci/windows/build.sh
|
|
@ -46,4 +46,4 @@ find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true |
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
cp bin/*.exe pkg |