From f9c62f00e0a371b808e06ab88f9c2586d1fd639c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Veyret?= <stephane.veyret@neptura.org> Date: Wed, 14 Mar 2018 20:42:55 +0100 Subject: [PATCH] Remove the now useless NWJS fix Issue #1295 --- release/arch/linux/build-lin.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/release/arch/linux/build-lin.sh b/release/arch/linux/build-lin.sh index 0ca5c2db5..f8bfb9da7 100644 --- a/release/arch/linux/build-lin.sh +++ b/release/arch/linux/build-lin.sh @@ -184,12 +184,6 @@ cp -r "${RELEASES}/duniter" "${RELEASES}/server_" || exit 1 echo "${NW_RELEASE}" -# FIX: bug of nw.js, we need to patch first. -# TODO: remove this patch once a correct version of Nw.js is out (NodeJS 8 or 9 if the above modules are compliant) -cd "${RELEASES}/desktop_/node_modules/wotb" -node-pre-gyp --runtime=node-webkit --target=$NW_VERSION configure \ - || echo "This failure is expected" - cd "${RELEASES}/desktop_/node_modules/" nw_compile wotb nw_copy nw_compile naclb nw_copy -- GitLab