We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25059f7 commit 975d9f1Copy full SHA for 975d9f1
src/urlRegistry.ts
@@ -5,7 +5,7 @@ import os from 'os';
5
6
const NODE_MIRROR = process.env.NVM_NODEJS_ORG_MIRROR || "https://nodejs.org/dist";
7
const IOJS_MIRROR = process.env.NVM_IOJS_ORG_MIRROR || "https://iojs.org/dist";
8
-const ELECTRON_MIRROR = process.env.ELECTRON_MIRROR || "https://atom.io/download/atom-shell";
+const ELECTRON_MIRROR = process.env.ELECTRON_MIRROR || "https://artifacts.electronjs.org/headers/dist";
9
10
export const HOME_DIRECTORY = process.env[(os.platform() === "win32") ? "USERPROFILE" : "HOME"] as string;
11
0 commit comments