mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 00:44:11 +02:00
use process path to check beside console for components
This commit is contained in:
parent
9bc381ce7b
commit
f569ebb0a9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ exports.searchPaths = function(name, binaryType) {
|
|||
} else {
|
||||
// check directly beside the binary
|
||||
paths = [
|
||||
__dirname + "/" + name + extension,
|
||||
process.execPath + "/" + name + extension,
|
||||
];
|
||||
|
||||
// check if we're inside an app bundle on OS X
|
||||
|
|
Loading…
Reference in a new issue