Skip to content

Commit

Permalink
fix: update v8 headers URL (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and develar committed Nov 5, 2016
1 parent 970caf4 commit 3bc99e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function installDependencies(appDir: string, electronVersion: string, arc
export function getGypEnv(electronVersion: string, arch: string): any {
const gypHome = path.join(homedir(), ".electron-gyp")
return Object.assign({}, process.env, {
npm_config_disturl: "https://atom.io/download/atom-shell",
npm_config_disturl: "https://atom.io/download/electron",
npm_config_target: electronVersion,
npm_config_runtime: "electron",
npm_config_arch: arch,
Expand Down

0 comments on commit 3bc99e1

Please sign in to comment.