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 committed Jun 6, 2022
1 parent 0e2c948 commit 3e4558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtimePaths.js
Expand Up @@ -4,7 +4,7 @@ const semver = require("semver");
const isPlainObject = require("lodash.isplainobject");

const NODE_MIRROR = process.env.NVM_NODEJS_ORG_MIRROR || "https://nodejs.org/dist";
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";

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

0 comments on commit 3e4558f

Please sign in to comment.