Pin NW.js to 0.72.0 in build files

This commit is contained in:
Aditya Toshniwal
2023-04-03 15:21:14 +05:30
parent 3eac4ba59e
commit c80f760d07
3 changed files with 17 additions and 6 deletions

View File

@@ -141,7 +141,10 @@ _build_runtime() {
# YARN END
# WGET:
NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
# NW_VERSION=$(yarn info nw | grep latest | awk -F "'" '{ print $2}')
# Remove the above commented code once below issue is fixed
# Pining NWjs because of https://github.com/nwjs/nw.js/issues/8039 in 0.74.0
NW_VERSION="0.72.0"
pushd "${BUILDROOT}" > /dev/null || exit
while true;do