()
| 76 | } |
| 77 | |
| 78 | function iconPath() { |
| 79 | const ext = process.platform === "win32" ? "ico" : "png" |
| 80 | return join(iconsDir(), `icon.${ext}`) |
| 81 | } |
| 82 | |
| 83 | function tone() { |
| 84 | return nativeTheme.shouldUseDarkColors ? "dark" : "light" |
no test coverage detected