The latest version of NWjs should be used.

This commit is contained in:
Akshay Joshi 2022-10-31 18:31:10 +05:30
parent 8667af879c
commit 368d71b6ce
5 changed files with 11 additions and 25 deletions

View File

@ -273,16 +273,10 @@ REM Main build sequence Ends
REM YARN END REM YARN END
REM WGET REM WGET
REM Comment out the below for loop as the latest version having FOR /f "tokens=2 delims='" %%i IN ('yarn info nw ^| findstr "latest: "') DO SET "NW_VERSION=%%i"
REM some problem https://github.com/nwjs/nw.js/issues/7902, so for :GET_NW
REM the time being hardcoded the version to 0.62.2 wget https://dl.nwjs.io/v%NW_VERSION%/nwjs-v%NW_VERSION%-win-x64.zip -O "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64.zip"
REM FOR /f "tokens=2 delims='" %%i IN ('yarn info nw ^| findstr "latest: "') DO SET "NW_VERSION=%%i" IF %ERRORLEVEL% NEQ 0 GOTO GET_NW
REM :GET_NW
REM wget https://dl.nwjs.io/v%NW_VERSION%/nwjs-v%NW_VERSION%-win-x64.zip -O "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64.zip"
REM IF %ERRORLEVEL% NEQ 0 GOTO GET_NW
SET "NW_VERSION=0.62.2"
wget https://dl.nwjs.io/v%NW_VERSION%/nwjs-v%NW_VERSION%-win-x64.zip -O "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64.zip"
tar -C "%TMPDIR%" -xvf "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64.zip" || EXIT /B 1 tar -C "%TMPDIR%" -xvf "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64.zip" || EXIT /B 1
REM WGET END REM WGET END

View File

@ -130,11 +130,7 @@ _build_runtime() {
# YARN END # YARN END
# WGET: # WGET:
# Comment out the below line as the latest version having some NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
# problem https://github.com/nwjs/nw.js/issues/7902, so for the time being
# hardcoded the version to 0.62.2
# NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
NW_VERSION="0.62.2"
pushd "${BUILDROOT}" > /dev/null || exit pushd "${BUILDROOT}" > /dev/null || exit
while true;do while true;do

View File

@ -34,11 +34,7 @@ _build_runtime() {
# YARN END # YARN END
# WGET: # WGET:
# Comment out the below line as the latest version having some NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
# problem https://github.com/nwjs/nw.js/issues/7902, so for the time being
# hardcoded the version to 0.62.2
# NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
NW_VERSION="0.62.2"
pushd "${BUILD_ROOT}" > /dev/null || exit pushd "${BUILD_ROOT}" > /dev/null || exit
while true;do while true;do

View File

@ -25,7 +25,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.3.0", "eslint": "^6.3.0",
"nw": "0.62.2" "nw": "^0.70.0"
}, },
"scripts": { "scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ." "linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."

View File

@ -1008,10 +1008,10 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
nw@0.62.2: nw@^0.70.0:
version "0.62.2" version "0.70.0"
resolved "https://registry.yarnpkg.com/nw/-/nw-0.62.2.tgz#a00e3e3caac5dc80da6897cfc6ef2af942b5c0fa" resolved "https://registry.yarnpkg.com/nw/-/nw-0.70.0.tgz#a49cc7025671e031c5468d2eb9105fe7d1344680"
integrity sha512-g9RNUUmumsMC75M5I5DGdPvszCEIefCHHZYOrMzpR6oQ6MrQmT29ejsBXBU5XVE2kfPJ5Eu9izvJTbc7uIqwgg== integrity sha512-dK807FvP14o1e4Nql1lrWKRORK7/DK4Ez3368M4cYhajsOK97y20Lq/m/pTX8m+rpnbhaMiEktvZ/lLOkw91EQ==
dependencies: dependencies:
chalk "~1.1.3" chalk "~1.1.3"
decompress "^4.2.0" decompress "^4.2.0"