From 4cb1851b4748f09c87f1d9ae94aabc3c8a9fa446 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 11 Feb 2019 08:51:17 -0800 Subject: [PATCH] Fix regression on some linux distros - need to set curl CURLOPT_CAINFO --- mailsync | 2 +- scripts/postinstall.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailsync b/mailsync index 833d7f774..e0ebfbf3c 160000 --- a/mailsync +++ b/mailsync @@ -1 +1 @@ -Subproject commit 833d7f7746ffaff0acff94e466407abd6307bff4 +Subproject commit e0ebfbf3cc408f218a6657efe140a1ac96b4065c diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 1092309e3..754d44648 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -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, }),