Merge pull request #2173 from lissyx/electronjs-disturl

Update ElectronJS headers dist-url
This commit is contained in:
lissyx 2019-06-14 13:19:22 +02:00 committed by GitHub
commit 7c8ccf1d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1143,7 +1143,8 @@ do_deepspeech_nodejs_build()
{
rename_to_gpu=$1
npm update && npm install node-gyp node-pre-gyp
# Force node-gyp 4.x until https://github.com/nodejs/node-gyp/issues/1778 is fixed
npm update && npm install node-gyp@4.x node-pre-gyp
# Python 2.7 is required for node-pre-gyp, it is only required to force it on
# Windows
@ -1171,7 +1172,7 @@ do_deepspeech_nodejs_build()
RASPBIAN=${SYSTEM_RASPBIAN} \
TFDIR=${DS_TFDIR} \
NODE_ABI_TARGET=--target=$electron \
NODE_DIST_URL=--disturl=https://atom.io/download/electron \
NODE_DIST_URL=--disturl=https://electronjs.org/headers \
NODE_RUNTIME=--runtime=electron \
clean node-wrapper
done;
@ -1192,7 +1193,8 @@ do_deepspeech_npm_package()
cd ${DS_DSDIR}
npm update && npm install node-gyp node-pre-gyp
# Force node-gyp 4.x until https://github.com/nodejs/node-gyp/issues/1778 is fixed
npm update && npm install node-gyp@4.x node-pre-gyp
# Python 2.7 is required for node-pre-gyp, it is only required to force it on
# Windows