Skip to content

Commit

Permalink
updated native libs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 14, 2024
1 parent ab09ce2 commit 8a36cf4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_libs/download_libs.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
baseURL := "https://dl.cryptlex.com/downloads/"
libVersion := "v4.9.0";
libVersion := "v4.9.2";
basePath := "./libs/"
fmt.Println("Downloading LexFloatClient libs " + libVersion + " ...")
url := baseURL + libVersion + "/LexFloatClient-Static-Mac.zip"
Expand Down
Binary file modified libs/darwin_universal/libLexFloatClient.a
Binary file not shown.
Binary file modified libs/linux_amd64/libLexFloatClient.a
Binary file not shown.
Binary file modified libs/linux_arm64/libLexFloatClient.a
Binary file not shown.
Binary file modified libs/windows_amd64/LexFloatClient.dll
Binary file not shown.

0 comments on commit 8a36cf4

Please sign in to comment.