Update name

This commit is contained in:
Arnaud 2026-03-06 10:46:33 +04:00
parent 70c4813465
commit aab59ad3fd
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -46,7 +46,7 @@ STORAGE_DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/rele
fetch-libstorage:
mkdir -p $(LIBS_DIR); \
curl -fSL --create-dirs -o $(LIBS_DIR)/storage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \
curl -fSL --create-dirs -o $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \
unzip -o -qq $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip -d $(LIBS_DIR); \
rm -f $(LIBS_DIR)/libstorage*.zip;
```