mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-19 05:33:11 +08:00
Fix regression on some linux distros - need to set curl CURLOPT_CAINFO
This commit is contained in:
parent
a4cb8bea0b
commit
4cb1851b47
2 changed files with 2 additions and 2 deletions
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 833d7f7746ffaff0acff94e466407abd6307bff4
|
||||
Subproject commit e0ebfbf3cc408f218a6657efe140a1ac96b4065c
|
|
@ -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,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue