Skip to content

Commit

Permalink
Remove the now useless NWJS fix
Browse files Browse the repository at this point in the history
Issue #1295
  • Loading branch information
sveyret committed Mar 14, 2018
1 parent 3d6edb1 commit f9c62f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions release/arch/linux/build-lin.sh
Expand Up @@ -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
Expand Down

0 comments on commit f9c62f0

Please sign in to comment.