Fix regression on some linux distros - need to set curl CURLOPT_CAINFO

This commit is contained in:
Ben Gotow 2019-02-11 08:51:17 -08:00
parent a4cb8bea0b
commit 4cb1851b47
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 833d7f7746ffaff0acff94e466407abd6307bff4
Subproject commit e0ebfbf3cc408f218a6657efe140a1ac96b4065c

View file

@ -15,7 +15,7 @@ const npmEnvs = {
npm_config_target: npmElectronTarget,
npm_config_arch: process.arch,
npm_config_target_arch: process.arch,
npm_config_disturl: 'https://atom.io/download/atom-shell',
npm_config_disturl: 'https://atom.io/download/electron',
npm_config_runtime: 'electron',
npm_config_build_from_source: true,
}),