Skip to content

Commit 975d9f1

Browse files
authored
fix: update Electron mirror to artifacts.electronjs.org (#26)
1 parent 25059f7 commit 975d9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urlRegistry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import os from 'os';
55

66
const NODE_MIRROR = process.env.NVM_NODEJS_ORG_MIRROR || "https://nodejs.org/dist";
77
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";
8+
const ELECTRON_MIRROR = process.env.ELECTRON_MIRROR || "https://artifacts.electronjs.org/headers/dist";
99

1010
export const HOME_DIRECTORY = process.env[(os.platform() === "win32") ? "USERPROFILE" : "HOME"] as string;
1111

0 commit comments

Comments
 (0)