|
|
@@ -205,7 +205,7 @@ class UtilsController extends Controller {
|
|
|
|
|
|
getAppConfig(){
|
|
|
const config = readConfigFile()
|
|
|
- const appPath = app.getAppPath();
|
|
|
+ const appPath = path.join(app.getAppPath(), '../..');
|
|
|
const pyPath = path.join(path.dirname(appPath), 'extraResources', 'py');
|
|
|
return {
|
|
|
...config,
|