Added app icon

This commit is contained in:
Leon Mika 2026-05-03 10:40:10 +10:00
parent c01446a082
commit e7f9dbc5f9
6 changed files with 11 additions and 0 deletions

8
icon_asset/fs.go Normal file
View file

@ -0,0 +1,8 @@
package icon_asset
import (
_ "embed"
)
//go:embed appicon.png
var AppIcon []byte