返回 DeepSeek-Reasonix
icon_repair_other.go
根目录 / desktop / icon_repair_other.go
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
8 lines GO