aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts/build_artifact_node.bat
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-01-13 10:56:36 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-01-13 10:56:36 -0800
commitb19ac964876a694c58a2aa7527d456a765e85515 (patch)
treefa57c0d4f6620ace7b27927f751a261049716407 /tools/run_tests/artifacts/build_artifact_node.bat
parente8b1fd0cbad4046b6f3457028ebe012d4f6f088e (diff)
Fix electron artifact builds
Diffstat (limited to 'tools/run_tests/artifacts/build_artifact_node.bat')
-rw-r--r--tools/run_tests/artifacts/build_artifact_node.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_node.bat b/tools/run_tests/artifacts/build_artifact_node.bat
index f1a5b8aaaf..0a2bc4b9d7 100644
--- a/tools/run_tests/artifacts/build_artifact_node.bat
+++ b/tools/run_tests/artifacts/build_artifact_node.bat
@@ -51,7 +51,7 @@ for %%v in (%node_versions%) do (
)
for %%v in (%electron_versions%) do (
- call .\node_modules\.bin\node-pre-gyp.cmd configure rebuild package testpackage --runtime=electron --target=%%v --target_arch=%1 || goto :error
+ cmd /V /C "set "HOME=%HOMEDRIVE%%HOMEPATH%\electron-gyp" && call .\node_modules\.bin\node-pre-gyp.cmd configure rebuild package testpackage --runtime=electron --target=%%v --target_arch=%1 --disturl=https://atom.io/download/electron" || goto :error
xcopy /Y /I /S build\stage\* artifacts\ || goto :error
)