android, desktop: fix linking (#3333)

Co-authored-by: avently <avently@local>
This commit is contained in:
Stanislav Dmitrenko 2023-11-09 15:55:01 +08:00 committed by GitHub
parent d233d07ddc
commit 96d94d3438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ EXPORTS
chat_parse_markdown
chat_parse_server
chat_password_hash
chat_valid_name
chat_encrypt_media
chat_decrypt_media
chat_write_file

View file

@ -18,7 +18,7 @@ output_dir="$root_dir/apps/multiplatform/common/src/commonMain/cpp/desktop/libs/
mkdir -p "$output_dir" 2> /dev/null
curl --location -o libsimplex.zip $job_repo/$arch-linux.$arch-windows:lib:simplex-chat/latest/download/1 && \
curl --location -o libsimplex.zip $job_repo/$arch-windows:lib:simplex-chat.$arch-linux/latest/download/1 && \
$WINDIR\\System32\\tar.exe -xf libsimplex.zip && \
mv libsimplex.dll "$output_dir" && \
mv libcrypto*.dll "$output_dir" && \