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

Function resolveLinuxIcon

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

Source from the content-addressed store, hash-verified

377 : join(app.getAppPath(), "build", "icon.png");
378
379const resolveLinuxIcon = (): string | undefined => {
380 if (process.platform !== "linux") return undefined;
381 return resolveSourceIconPath();
382};
383
384/**
385 * Set the macOS dock icon at runtime. Packaged builds already use the

Callers 1

createWindowFunction · 0.85

Calls 1

resolveSourceIconPathFunction · 0.85

Tested by

no test coverage detected