| 1 | //go:build !darwin && !windows |
| 2 | |
| 3 | package main |
| 4 | |
| 5 | // Linux package installs refresh the system icon and desktop caches from the |
| 6 | // package post-install script. Portable archives do not own desktop launchers. |
| 7 | func repairDesktopIconIntegration() error { return nil } |
| 8 |