mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
desktop (windows): added a missing symbol to lib build (#3778)
This commit is contained in:
parent
1aa464bdb2
commit
0a6c464a8d
2 changed files with 3 additions and 0 deletions
|
@ -385,6 +385,7 @@
|
||||||
"chat_send_cmd"
|
"chat_send_cmd"
|
||||||
"chat_send_remote_cmd"
|
"chat_send_remote_cmd"
|
||||||
"chat_valid_name"
|
"chat_valid_name"
|
||||||
|
"chat_json_length"
|
||||||
"chat_write_file"
|
"chat_write_file"
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -487,6 +488,7 @@
|
||||||
"chat_send_cmd"
|
"chat_send_cmd"
|
||||||
"chat_send_remote_cmd"
|
"chat_send_remote_cmd"
|
||||||
"chat_valid_name"
|
"chat_valid_name"
|
||||||
|
"chat_json_length"
|
||||||
"chat_write_file"
|
"chat_write_file"
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -12,6 +12,7 @@ EXPORTS
|
||||||
chat_parse_server
|
chat_parse_server
|
||||||
chat_password_hash
|
chat_password_hash
|
||||||
chat_valid_name
|
chat_valid_name
|
||||||
|
chat_json_length
|
||||||
chat_encrypt_media
|
chat_encrypt_media
|
||||||
chat_decrypt_media
|
chat_decrypt_media
|
||||||
chat_write_file
|
chat_write_file
|
||||||
|
|
Loading…
Add table
Reference in a new issue