Pin NW.js to 0.77.0, as the latest version crashes after an attempt to reopen the fullscreen window.

This commit is contained in:
Akshay Joshi
2023-08-16 13:05:35 +05:30
parent 2c81b33925
commit 33b2b82ba9
5 changed files with 1929 additions and 1420 deletions

View File

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