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

Function resolveLinuxIcon

apps/desktop/src/main/index.ts:416–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 : join(app.getAppPath(), "build", "icon.png");
415
416const resolveLinuxIcon = (): string | undefined => {
417 if (process.platform !== "linux") return undefined;
418 return resolveSourceIconPath();
419};
420
421/**
422 * Set the macOS dock icon at runtime. Packaged builds already use the

Callers 1

createMainBrowserWindowFunction · 0.85

Calls 1

resolveSourceIconPathFunction · 0.85

Tested by

no test coverage detected