mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2024-11-21 21:09:26 +00:00
Add OpenSSL dependencies
This commit is contained in:
parent
72e0305d1e
commit
3da1c296a3
@ -12,6 +12,7 @@
|
||||
|
||||
export RELEASE_PATH=~/Documents/projects/build-ComunicWatcher-Desktop_Qt_5_12_8_MinGW_64_bit-Release/release/
|
||||
export MINGW_BIN=/c/Qt/Qt5.12.8/5.12.8/mingw73_64/bin
|
||||
export OPENSSL_PATH=/c/Program\ Files/OpenSSL-Win64
|
||||
|
||||
$MINGW_BIN/windeployqt.exe --release $RELEASE_PATH
|
||||
|
||||
@ -21,3 +22,6 @@ cp $MINGW_BIN/libgcc_s_seh-1.dll $RELEASE_PATH
|
||||
cp $MINGW_BIN/libstdc++-6.dll $RELEASE_PATH
|
||||
cp $MINGW_BIN/libwinpthread-1.dll $RELEASE_PATH
|
||||
|
||||
|
||||
cp "$OPENSSL_PATH/libcrypto-1_1-x64.dll" $RELEASE_PATH
|
||||
cp "$OPENSSL_PATH/libssl-1_1-x64.dll" $RELEASE_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user