Skip to content

Commit 4cb1851

Browse files
committed
Fix regression on some linux distros - need to set curl CURLOPT_CAINFO
1 parent a4cb8be commit 4cb1851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mailsync

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const npmEnvs = {
1515
npm_config_target: npmElectronTarget,
1616
npm_config_arch: process.arch,
1717
npm_config_target_arch: process.arch,
18-
npm_config_disturl: 'https://atom.io/download/atom-shell',
18+
npm_config_disturl: 'https://atom.io/download/electron',
1919
npm_config_runtime: 'electron',
2020
npm_config_build_from_source: true,
2121
}),

0 commit comments

Comments
 (0)