Switch to download nitro .tar.gz file instead of .zip file on windows (#832)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
443e595918
commit
a016b73c3a
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set /p NITRO_VERSION=<./nitro/version.txt
|
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-cuda.tar.gz -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
|
.\node_modules\.bin\download https://github.com/janhq/nitro/releases/download/v%NITRO_VERSION%/nitro-%NITRO_VERSION%-win-amd64.tar.gz -e --strip 1 -o ./nitro/win-cpu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user