diff --git a/main.tmpl.go b/main.tmpl.go index b990d2b..4133237 100644 --- a/main.tmpl.go +++ b/main.tmpl.go @@ -11,7 +11,7 @@ import ( "github.com/wailsapp/wails/v2/pkg/options/windows" ) -//go:embed frontend/out/* frontend/out/_next/static/*/* frontend/out/_next/static/*/*/* +//go:embed all:frontend/out frontend/out/_next/static/*/* frontend/out/_next/static/*/*/* var assets embed.FS //go:embed build/appicon.png