Skip to content
Snippets Groups Projects
Commit f9c62f00 authored by Stéphane Veyret's avatar Stéphane Veyret
Browse files

Remove the now useless NWJS fix

Issue #1295
parent 3d6edb1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment