diff --git a/scripts/hak/hakEnv.ts b/scripts/hak/hakEnv.ts index e46ea17..004446b 100644 --- a/scripts/hak/hakEnv.ts +++ b/scripts/hak/hakEnv.ts @@ -103,7 +103,7 @@ export default class HakEnv { return Object.assign({}, process.env, { npm_config_arch: this.target.arch, npm_config_target_arch: this.target.arch, - npm_config_disturl: 'https://atom.io/download/electron', + npm_config_disturl: 'https://electronjs.org/headers', npm_config_runtime: this.runtime, npm_config_target: this.runtimeVersion, npm_config_build_from_source: true,