Skip to content

Commit

Permalink
Update deploy_windows64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevemoretz authored May 30, 2023
1 parent b51b389 commit 3a74778
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions libs/deploy_windows64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
set -e

source libs/deploy_common.sh
if [ "$DL_QT_VER" == "5.15" ]; then
DEST=$DEPLOYMENT/windows7-x64
else
DEST=$DEPLOYMENT/windows64
fi
DEST=$DEPLOYMENT/windows64
rm -rf $DEST
mkdir -p $DEST

Expand All @@ -18,12 +14,8 @@ pushd $DEST
windeployqt nekoray.exe --no-compiler-runtime --no-system-d3d-compiler --no-opengl-sw --verbose 2
rm -rf translations
rm -rf libEGL.dll libGLESv2.dll Qt6Pdf.dll

if [ "$DL_QT_VER" != "5.15" ]; then
curl -fLSO https://github.com/MatsuriDayo/nekoray_qt_runtime/releases/download/20220503/libcrypto-3-x64.dll
curl -fLSO https://github.com/MatsuriDayo/nekoray_qt_runtime/releases/download/20220503/libssl-3-x64.dll
fi

curl -fLSO https://github.com/MatsuriDayo/nekoray_qt_runtime/releases/download/20220503/libcrypto-3-x64.dll
curl -fLSO https://github.com/MatsuriDayo/nekoray_qt_runtime/releases/download/20220503/libssl-3-x64.dll
popd

#### prepare deployment ####
Expand Down

0 comments on commit 3a74778

Please sign in to comment.