Skip to content

Commit a92794b

Browse files
authored
Merge pull request #25 from cryptlex/muneeb/add-windows-arm64-support
feat: add windows arm64 support
2 parents 4f52a5b + b825338 commit a92794b

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

download-libs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ curl -O ${BASE_URL}/${VERSION}/LexFloatClient-Win.zip
66
unzip LexFloatClient-Win.zip -d ./tmp/windows
77
cp ./tmp/windows/libs/vc14/x64/LexFloatClient.dll src/main/resources/win32-x86-64/
88
cp ./tmp/windows/libs/vc14/x86/LexFloatClient.dll src/main/resources/win32-x86/
9+
cp ./tmp/windows/libs/vc17/arm64/LexFloatClient.dll src/main/resources/win32-aarch64/
910

1011
mkdir -p tmp/macos
1112
curl -O ${BASE_URL}/${VERSION}/LexFloatClient-Mac.zip

src/main/resources/win32-aarch64/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)