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