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

Function hostBundle

e2e/setup/desktop-macos.globalsetup.ts:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28const appDir = fileURLToPath(new URL("../../apps/desktop/", import.meta.url));
29const hostBundle = () => {
30 const app = join(appDir, "dist", "mac-arm64", "Executor.app");
31 return {
32 app,
33 exe: join(app, "Contents/MacOS/Executor"),
34 executor: join(app, "Contents/Resources/executor/executor"),
35 };
36};
37
38/** Build the packaged mac bundle if it isn't on disk (slow; reuse an existing
39 * dist/ while iterating). Mirrors desktop-packaged.globalsetup. */

Callers 2

ensureBundleFunction · 0.70
provisionMacFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected