Embed app icon and polish Windows build
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package assets
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
|
||||
"fyne.io/fyne/v2"
|
||||
)
|
||||
|
||||
//go:embed pysentry-icon.png
|
||||
var iconBytes []byte
|
||||
|
||||
func Icon() fyne.Resource {
|
||||
return fyne.NewStaticResource("pysentry-icon.png", iconBytes)
|
||||
}
|
||||
Reference in New Issue
Block a user