mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
android, desktop: fix linking (#3333)
Co-authored-by: avently <avently@local>
This commit is contained in:
parent
d233d07ddc
commit
96d94d3438
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue