* Switch from .zip to .tar.gz for nitro url * make clean add clean data folder --------- Co-authored-by: Hien To <hien@jan.ai>
5 lines
384 B
Batchfile
5 lines
384 B
Batchfile
@echo off
|
|
set /p NITRO_VERSION=<./nitro/version.txt
|
|
.\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION%/nitro-%NITRO_VERSION%-win-amd64-cuda.zip -e --strip 1 -o ./nitro/win-cuda
|
|
.\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION%/nitro-%NITRO_VERSION%-win-amd64.zip -e --strip 1 -o ./nitro/win-cpu
|