decred.org/dcrdex@v1.0.5/client/cmd/bisonw/icons_windows.go (about) 1 // This code is available on the terms of the project LICENSE.md file, 2 // also available online at https://blueoakcouncil.org/license/1.0.0. 3 4 //go:build systray && windows 5 6 package main 7 8 import _ "embed" 9 10 //go:embed icons/favicon-32.ico 11 var FavIcon []byte 12 13 //go:embed icons/favicon-bw-32.ico 14 var FavIconBW []byte