apply extra DLLs
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
996400953e
commit
b8150060c7
|
|
@ -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
|
cp bin/* pkg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue