esengine--deepseek-reasonix
12 行
251 B
Go
12 行
251 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
import _ "embed"
|
|
|
|
// Windows systray loads icons through LoadImage(IMAGE_ICON), so it needs ICO
|
|
// bytes rather than the PNG app icon used by macOS/Linux.
|
|
//
|
|
//go:embed build/windows/icon.ico
|
|
var trayIconBytes []byte
|