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