fix: 更新 Terminal 模块 exe 名称为 XCTerminal.exe
This commit is contained in:
@@ -30,7 +30,7 @@ class TerminalService {
|
||||
}
|
||||
|
||||
private getExePath(): string {
|
||||
const exeName = 'XCCMD.exe';
|
||||
const exeName = 'XCTerminal.exe';
|
||||
const isPackaged = app.isPackaged;
|
||||
|
||||
let basePath: string;
|
||||
@@ -40,7 +40,7 @@ class TerminalService {
|
||||
basePath = process.cwd();
|
||||
}
|
||||
|
||||
return path.join(basePath, 'services', 'xccmd', exeName);
|
||||
return path.join(basePath, 'services', 'xcterminal', exeName);
|
||||
}
|
||||
|
||||
private getExeArgs(): string[] {
|
||||
|
||||
Reference in New Issue
Block a user