Commit c5f1b936 authored by nanahira's avatar nanahira

Revert "fix"

This reverts commit 7e956178.
parent 7e956178
......@@ -59,7 +59,7 @@ export class AppsService {
connections = new Map<App, Connection>();
maotama: Promise<ChildProcess>;
private systemBinPath(executableName: string) {
return path.join(process.env['NODE_ENV'] === 'production' ? process.resourcesPath! : '.', 'bin', executableName);
return path.join(process.env['NODE_ENV'] === 'production' ? process.resourcesPath! : '', 'bin', executableName);
}
private get tarPath() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment