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

Function resolveLinuxIcon

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

Source from the content-addressed store, hash-verified

453 : join(app.getAppPath(), "build", "icon.png");
454
455const resolveLinuxIcon = (): string | undefined => {
456 if (process.platform !== "linux") return undefined;
457 return resolveSourceIconPath();
458};
459
460/**
461 * 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