Use release with libs for Windows (#28)

This commit is contained in:
Slava 2024-10-01 22:58:00 +03:00 committed by GitHub
parent ad3e238062
commit f25f7fe15b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ set "BINARY_NAMES=codex"
:: Download, verify, and extract each binary
for %%B in (%BINARY_NAMES%) do (
set "FILE_NAME=%%B-%VERSION%-%OS%-%ARCH%%ARCHIVE_EXT%"
set "FILE_NAME=%%B-%VERSION%-%OS%-%ARCH%-libs%ARCHIVE_EXT%"
set "DOWNLOAD_URL=%BASE_URL%/!FILE_NAME!"
set "CHECKSUM_URL=%BASE_URL%/!FILE_NAME!.sha256"
@ -69,4 +69,4 @@ exit /b 0
if not errorlevel 1 set "arch_result=arm64"
)
set "%1=%arch_result%"
exit /b
exit /b