mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 05:29:20 +00:00
9 lines
91 B
Go
9 lines
91 B
Go
// +build windows
|
|
|
|
package platform
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.ico
|
|
var Icon []byte
|