Skip to content

Commit

Permalink
Get resource folder using app.getAppPath
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Feb 29, 2024
1 parent e0129b0 commit b0a33c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ceaProcess.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function createCEAProcess(url, callback) {
'-m',
'cea.interfaces.dashboard.dashboard',
],
{ cwd: process.resourcesPath },
{ cwd: dirname(app.getAppPath()) },
);
} else checkCEAStarted(url);
break;
Expand Down

0 comments on commit b0a33c5

Please sign in to comment.