From 42ab878b082fd83e6846c830a41514a8445cdeca Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 22 May 2022 09:33:14 +0100 Subject: [PATCH] Update Node Headers URL https://www.electronjs.org/docs/latest/breaking-changes#deprecated-atomio-node-headers-url --- scripts/hak/hakEnv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,