mirror of
https://github.com/codex-storage/codex-testnet-starter.git
synced 2025-02-23 07:38:12 +00:00
Use release with libs for Windows (#28)
This commit is contained in:
parent
ad3e238062
commit
f25f7fe15b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user