mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add openssl dlls for arm64
To use only after qt 6.5
This commit is contained in:
parent
dae8eb7b26
commit
06dff7090e
@ -35,9 +35,9 @@ IF "%2"=="7z" (
|
|||||||
copy %src_path%\dependencies\unarr\win\%1\unarr.dll .
|
copy %src_path%\dependencies\unarr\win\%1\unarr.dll .
|
||||||
)
|
)
|
||||||
|
|
||||||
mkdir openssl
|
|
||||||
|
|
||||||
copy %src_path%\dependencies\pdfium\win\%1\pdfium.dll .
|
copy %src_path%\dependencies\pdfium\win\%1\pdfium.dll .
|
||||||
|
|
||||||
|
mkdir openssl
|
||||||
copy %src_path%\dependencies\openssl\win\%1\* .\openssl\
|
copy %src_path%\dependencies\openssl\win\%1\* .\openssl\
|
||||||
|
|
||||||
xcopy %src_path%\release\server .\server /i /e
|
xcopy %src_path%\release\server .\server /i /e
|
||||||
|
BIN
dependencies/openssl/win/arm64/libcrypto-3-arm64.dll
vendored
Normal file
BIN
dependencies/openssl/win/arm64/libcrypto-3-arm64.dll
vendored
Normal file
Binary file not shown.
BIN
dependencies/openssl/win/arm64/libssl-3-arm64.dll
vendored
Normal file
BIN
dependencies/openssl/win/arm64/libssl-3-arm64.dll
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user