()
| 453 | : join(app.getAppPath(), "build", "icon.png"); |
| 454 | |
| 455 | const 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 |
no test coverage detected