diff --git a/ci/win/create_installer.cmd b/ci/win/create_installer.cmd index 85d29b1e..4d0bbec2 100644 --- a/ci/win/create_installer.cmd +++ b/ci/win/create_installer.cmd @@ -35,9 +35,9 @@ IF "%2"=="7z" ( copy %src_path%\dependencies\unarr\win\%1\unarr.dll . ) -mkdir openssl - copy %src_path%\dependencies\pdfium\win\%1\pdfium.dll . + +mkdir openssl copy %src_path%\dependencies\openssl\win\%1\* .\openssl\ xcopy %src_path%\release\server .\server /i /e diff --git a/dependencies/openssl/win/arm64/libcrypto-3-arm64.dll b/dependencies/openssl/win/arm64/libcrypto-3-arm64.dll new file mode 100644 index 00000000..6aab0d2c Binary files /dev/null and b/dependencies/openssl/win/arm64/libcrypto-3-arm64.dll differ diff --git a/dependencies/openssl/win/arm64/libssl-3-arm64.dll b/dependencies/openssl/win/arm64/libssl-3-arm64.dll new file mode 100644 index 00000000..de58f073 Binary files /dev/null and b/dependencies/openssl/win/arm64/libssl-3-arm64.dll differ