We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61d6657 + e39e3a0 commit 5f4ca66Copy full SHA for 5f4ca66
2 files changed
cryptlex/lexfloatclient/libs/win32/arm64/.gitkeep
pre-publish.py
@@ -45,7 +45,9 @@ def main():
45
FileInfo('libs/vc14/x86/LexFloatClient.dll',
46
base_path + '/win32/x86/LexFloatClient.dll'),
47
FileInfo('libs/vc14/x64/LexFloatClient.dll',
48
- base_path + '/win32/x86_64/LexFloatClient.dll')
+ base_path + '/win32/x86_64/LexFloatClient.dll'),
49
+ FileInfo('libs/vc17/arm64/LexFloatClient.dll',
50
+ base_path + '/win32/arm64/LexFloatClient.dll')
51
]
52
url = '/LexFloatClient-Win.zip'
53
download(base_url + lexfloatclient_libs_version + url, files)
0 commit comments