We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b969f commit 4ae39d8Copy full SHA for 4ae39d8
cmd/water-maker/main.go
@@ -20,7 +20,7 @@ import (
20
func main() {
21
h := handler.NewHandler()
22
23
- myApp := app.NewWithID("com.github.sarumaj.domestic.water-maker")
+ myApp := app.NewWithID("com.github.sarumaj.water-maker")
24
icon, err := data.Fs.ReadFile("images/icon.png")
25
if err != nil {
26
panic(err)
pkg/data/fs.go
@@ -4,5 +4,5 @@ import (
4
"embed"
5
)
6
7
-// go:embed images
+//go:embed images/*.png
8
var Fs embed.FS
0 commit comments