()
| 414 | : join(app.getAppPath(), "build", "icon.png"); |
| 415 | |
| 416 | const resolveLinuxIcon = (): string | undefined => { |
| 417 | if (process.platform !== "linux") return undefined; |
| 418 | return resolveSourceIconPath(); |
| 419 | }; |
| 420 | |
| 421 | /** |
| 422 | * Set the macOS dock icon at runtime. Packaged builds already use the |
no test coverage detected