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

Function resolveLinuxIcon

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

Source from the content-addressed store, hash-verified

447 : join(app.getAppPath(), "build", "icon.png");
448
449const resolveLinuxIcon = (): string | undefined => {
450 if (process.platform !== "linux") return undefined;
451 return resolveSourceIconPath();
452};
453
454/**
455 * 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