Skip to content

Commit

Permalink
chore(native libs): updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 15, 2024
1 parent d56f234 commit c733c1b
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 := "v3.30.2";
libVersion := "v3.30.3";
basePath := "./libs/"
fmt.Println("Downloading LexActivator libs " + libVersion + " ...")
url := baseURL + libVersion + "/LexActivator-Static-Mac.zip"
Expand Down
Binary file modified libs/darwin_amd64/libLexActivator.a
Binary file not shown.
Binary file modified libs/linux_amd64/libLexActivator.a
Binary file not shown.
Binary file modified libs/linux_arm64/libLexActivator.a
Binary file not shown.
Binary file modified libs/windows_amd64/LexActivator.dll
Binary file not shown.

0 comments on commit c733c1b

Please sign in to comment.