mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 12:30:14 +08:00
Enable postinstall downloading of C++ binaries
This commit is contained in:
parent
ea6cf9e637
commit
efcf5162d0
1 changed files with 4 additions and 4 deletions
|
@ -90,9 +90,9 @@ npm('install', {cwd: './app', env: 'electron'}).then(() => {
|
|||
|
||||
// if the user hasn't cloned the private mailsync module, download
|
||||
// the binary for their operating system that was shipped to S3.
|
||||
// if (!fs.existsSync('./mailsync/build.sh')) {
|
||||
// console.log(`\n-- Downloading a compiled version of Mailspring mailsync --`)
|
||||
// downloadMailsync();
|
||||
// }
|
||||
if (!fs.existsSync('./mailsync/build.sh')) {
|
||||
console.log(`\n-- Downloading a compiled version of Mailspring mailsync --`)
|
||||
downloadMailsync();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue