mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 11:35:20 +02:00
fix path for path finder module
This commit is contained in:
parent
a0857fedda
commit
0c450d5515
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ app.on('window-all-closed', function() {
|
|||
|
||||
// Check command line arguments to see how to find binaries
|
||||
var argv = require('yargs').argv;
|
||||
var pathFinder = require('./path-finder.js');
|
||||
var pathFinder = require('./modules/path-finder.js');
|
||||
|
||||
var interfacePath = null;
|
||||
var dsPath = null;
|
||||
|
|
Loading…
Reference in a new issue