organize the media files a little better

This commit is contained in:
2025-05-17 14:44:19 -04:00
parent 2588421fe9
commit 2cab45fe9c
5 changed files with 5 additions and 5 deletions

View File

@@ -25,10 +25,10 @@ type state struct {
images []string
}
//go:embed noise.png
//go:embed media/noise.png
var noise []byte // this is a default image
//go:embed icon.png
//go:embed media/icon.png
var icon []byte // this is the app icon
//go:generate go run ./filetypes/cmd/gen.go