Skip to content

Commit e39e3a0

Browse files
committed
feat: windows arm64 support
1 parent 61d6657 commit e39e3a0

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)