Open argigeek opened 1 year ago
Hi. Thanks for the report. This repo is a bit out of date and I haven’t had time to update it but I believe that Wails has gone through some hefty changes since I wrote this. This is most likely due to a deprecated App struct field.
Also, Wails' default Svelte template is much better now and if I were to start over, I think I’d probably start with that.
On May 1, 2023, at 1:59 PM, argigeek @.***> wrote:
Hello! I want to report this.
Instructions for template use in: https://wails.io/docs/community/templates/ https://wails.io/docs/community/templates/ wails init -n "Your Project Name" -t [TEMPLATE_URL]
Using the command wails dev, I got the next error:
./main.go:34:3: unknown field RGBA in struct literal of type options.App
Expected behaviour: An initial test app is loaded.
— Reply to this email directly, view it on GitHub https://github.com/BillBuilt/wails-vite-svelte-template/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG365FSVFE5LXYVVISXUJ6LXD72YJANCNFSM6AAAAAAXSAKISM. You are receiving this because you are subscribed to this thread.
Hello! I want to report this.
Instructions for template use in: https://wails.io/docs/community/templates/
wails init -n "Your Project Name" -t [TEMPLATE_URL]
Using the command
wails dev
, I got the next error:./main.go:34:3: unknown field RGBA in struct literal of type options.App
Expected behaviour: An initial test app is loaded.