MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / bundledExecutorPath

Function bundledExecutorPath

apps/desktop/src/main/service.ts:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32export const bundledExecutorPath = (): string =>
33 join(
34 process.resourcesPath,
35 "executor",
36 process.platform === "win32" ? "executor.exe" : "executor",
37 );
38
39const executorAvailable = (): boolean => app.isPackaged && existsSync(bundledExecutorPath());
40

Callers 3

executorAvailableFunction · 0.85
runExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected