Skip to content

Commit 5f4ca66

Browse files
authored
Merge pull request #22 from cryptlex/muneeb/windows-arm64-support
feat: windows arm64 support
2 parents 61d6657 + e39e3a0 commit 5f4ca66

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cryptlex/lexfloatclient/libs/win32/arm64/.gitkeep

Whitespace-only changes.

pre-publish.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ def main():
4545
FileInfo('libs/vc14/x86/LexFloatClient.dll',
4646
base_path + '/win32/x86/LexFloatClient.dll'),
4747
FileInfo('libs/vc14/x64/LexFloatClient.dll',
48-
base_path + '/win32/x86_64/LexFloatClient.dll')
48+
base_path + '/win32/x86_64/LexFloatClient.dll'),
49+
FileInfo('libs/vc17/arm64/LexFloatClient.dll',
50+
base_path + '/win32/arm64/LexFloatClient.dll')
4951
]
5052
url = '/LexFloatClient-Win.zip'
5153
download(base_url + lexfloatclient_libs_version + url, files)

0 commit comments

Comments
 (0)