Lowercase the MailSync process name on Mac OS X for consistency

This commit is contained in:
Ben Gotow 2017-08-12 18:41:59 -07:00
parent 3cce5627ac
commit c62887f279
5 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View file

@ -63,6 +63,6 @@ scripts/venv
# OAuth client secret for talking to Google Sheets
client_secret.json
/app/MailSync
/app/mailsync
/logfile.txt
/app/dist-docs

View file

@ -14,7 +14,7 @@ addons:
target_paths: client/${TRAVIS_COMMIT:0:8}/${TRAVIS_OS_NAME}
permissions: public-read
paths:
- ../MailSync
- ../mailsync
- Merani.dmg
- Merani.zip
- $(find . -type f -name *.deb | tr "\n" ":")

View file

@ -147,8 +147,8 @@ module.exports = (grunt) => {
'derefSymlinks': false,
'asar': {
'unpack': "{" + [
'MailSync',
'MailSync.exe',
'mailsync',
'mailsync.exe',
'*.node',
'**/vendor/**',
'examples/**',

View file

@ -38,7 +38,7 @@ export default class MailsyncProcess extends EventEmitter {
this.configDirPath = configDirPath;
this.account = account;
this.identity = identity;
this.binaryPath = path.join(resourcePath, 'MailSync').replace('app.asar', 'app.asar.unpacked');
this.binaryPath = path.join(resourcePath, 'mailsync').replace('app.asar', 'app.asar.unpacked');
this._proc = null;
}

@ -1 +1 @@
Subproject commit 2f2e2dd600191449aab3924c9988c814b8ff8303
Subproject commit 1af7f54080fdcb399f042fc0426f1f60df639fdd