This commit is contained in:
Eugene Pankov
2017-05-14 13:45:14 +02:00
parent 791822be12
commit c0f7cd9a7a
10 changed files with 56 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ if (process.env.DEV) {
nodeModule.globalPaths.unshift(path.join(
path.dirname(require('electron').remote.app.getPath('exe')),
(process.platform == 'darwin') ? '../Resources' : 'resources',
(process.platform === 'darwin') ? '../Resources' : 'resources',
'builtin-plugins/node_modules',
))
nodeModule.globalPaths.unshift(path.join(