Skip to content

Commit

Permalink
fix(macos): proper work under MacOS X
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Feb 4, 2018
1 parent adb0b49 commit 5a86c51
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added imports/darwin/indexer
Binary file not shown.
Binary file added imports/darwin/indextool
Binary file not shown.
Binary file added imports/darwin/searchd
Binary file not shown.
Binary file added imports/darwin/spelldump
Binary file not shown.
Binary file added imports/darwin/wordbreaker
Binary file not shown.
2 changes: 1 addition & 1 deletion src/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const startSphinx = (callback) => {

const config = `${sphinxConfigDirectory}/sphinx.conf`
const options = ['--config', config]
if(process.platform === 'linux')
if(!(/^win/.test(process.platform)))
{
options.push('--nodetach')
}
Expand Down

0 comments on commit 5a86c51

Please sign in to comment.