Skip to content

Commit

Permalink
chore: update baseurl for electron mirror (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus authored and Julusian committed Jun 6, 2022
1 parent 2321d3b commit 78d817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtimePaths.js
Expand Up @@ -5,7 +5,7 @@ let semver = require("semver");

let NODE_MIRROR = process.env.NVM_NODEJS_ORG_MIRROR || "https://nodejs.org/dist";
let IOJS_MIRROR = process.env.NVM_IOJS_ORG_MIRROR || "https://iojs.org/dist";
let ELECTRON_MIRROR = process.env.ELECTRON_MIRROR || "https://atom.io/download/atom-shell";
let ELECTRON_MIRROR = process.env.ELECTRON_MIRROR || "https://artifacts.electronjs.org/headers/dist";

let runtimePaths = {
node: function (targetOptions) {
Expand Down

0 comments on commit 78d817f

Please sign in to comment.