* feat: starter screen * chore: update flow starter screen * fix CI Signed-off-by: James <namnh0122@gmail.com> * chore: update variable name * chore: fix CI * update download cortex binary Signed-off-by: James <namnh0122@gmail.com> --------- Signed-off-by: James <namnh0122@gmail.com> Co-authored-by: James <namnh0122@gmail.com>
6 lines
290 B
Batchfile
6 lines
290 B
Batchfile
@echo off
|
|
set /p CORTEX_VERSION=<./resources/version.txt
|
|
set DOWNLOAD_URL=https://github.com/janhq/cortex/releases/download/v%CORTEX_VERSION%/cortex-%CORTEX_VERSION%-amd64-windows.tar.gz
|
|
echo Downloading from %DOWNLOAD_URL%
|
|
|
|
.\node_modules\.bin\download %DOWNLOAD_URL% -e -o ./resources/win |