mirror of
https://github.com/codex-storage/codex-testnet-starter.git
synced 2025-02-23 15:48:18 +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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user