cleanup linux

This commit is contained in:
nahakubuilde
2025-07-17 06:07:33 +01:00
parent c9a33f8b3d
commit 518cc2e275
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func onReady(addrPort string, shutdownCh chan struct{}) {
if runtime.GOOS == "windows" {
iconPath = "web/favicon.ico"
} else {
iconPath = "web/favicon.png"
iconPath = "web/favicon.ico"
}
iconData, err := fs.ReadFile(embeddedFiles, iconPath)