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 Sep 19, 2024
1 parent e82d244 commit d7933d9
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.29.0";
libVersion := "v3.30.0";
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 d7933d9

Please sign in to comment.