Updated config file name
This commit is contained in:
5
index.js
5
index.js
@@ -29,8 +29,9 @@ if (os.platform == 'darwin') {
|
||||
console.log('Linux config directory: '+config_directory);
|
||||
}
|
||||
|
||||
let config_path = path.join(config_directory, 'config.json');
|
||||
// let config = null;
|
||||
// let config_path = path.join(config_directory, 'config.json');
|
||||
let config_path = path.join(config_directory, 'aether_native_app_config.json');
|
||||
|
||||
let config = JSON.parse(fs.readFileSync(config_path));
|
||||
console.log('Config file read.', config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user