Skip to content

Commit

Permalink
Certify ame win frontend (#204)
Browse files Browse the repository at this point in the history
* Update core.js
  • Loading branch information
michelu89 authored May 8, 2024
1 parent a7d37ac commit d3e3294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/electron-libs/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function startService() {
stopPort: 31000,
})
.then(port => {
const rootPath = path.join(__dirname, '..', '..', '..', 'backend');
const rootPath = path.join(__dirname, '..', '..', '..', 'backend', 'signed_dir');
if (processes.length === 0) {
global.backendPort = port;
const process = spawn(path.join(rootPath, `ame-backend-${projectVersion}-${platformData.extension}`), [`-Dserver.port=${port}`]);
Expand Down

0 comments on commit d3e3294

Please sign in to comment.