Skip to content

Commit d3e3294

Browse files
authored
Certify ame win frontend (#204)
* Update core.js
1 parent a7d37ac commit d3e3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/electron-libs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function startService() {
6161
stopPort: 31000,
6262
})
6363
.then(port => {
64-
const rootPath = path.join(__dirname, '..', '..', '..', 'backend');
64+
const rootPath = path.join(__dirname, '..', '..', '..', 'backend', 'signed_dir');
6565
if (processes.length === 0) {
6666
global.backendPort = port;
6767
const process = spawn(path.join(rootPath, `ame-backend-${projectVersion}-${platformData.extension}`), [`-Dserver.port=${port}`]);

0 commit comments

Comments
 (0)