mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user