You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant build from the desktop folder. I suspect it's a wails version mismatch.
apple@192 desktop % go install github.com/wailsapp/wails/v2/cmd/wails@latest
go: downloading github.com/wailsapp/wails/v2 v2.9.1
go: downloading atomicgo.dev/cursor v0.1.1
go: downloading atomicgo.dev/keyboard v0.2.8
apple@192 desktop % wails dev
Wails CLI v2.9.1
Updated go.mod to use Go '1.20'
Updating go.mod to use Wails 'v2.9.1'
Executing: go mod tidy
• Generating bindings:
ERROR
main.go:21:12: pattern build/appicon.png: no matching files found
exit status 1
♥ If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony
apple@192 desktop % wails build
Wails CLI v2.9.1
# Build Options
Platform(s) | darwin/arm64
Compiler | /opt/homebrew/bin/go
Skip Bindings |false
Build Mode | production
Devtools |false
Frontend Directory | /Users/apple/workspace/go/src/junk/renpy-graphviz/desktop/frontend
Obfuscated |false
Skip Frontend |false
Compress |false
Package |true
Clean Bin Dir |false
LDFlags |
Tags | []
Race Detector |false# Building target: darwin/arm64
• Generating bindings: ERROR
main.go:21:12: pattern build/appicon.png: no matching files found
exit status 1
ERROR
main.go:21:12: pattern build/appicon.png: no matching files found
exit status 1
♥ If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony
The text was updated successfully, but these errors were encountered:
gedw99
changed the title
wails version mismatch ?
Cant build Desktop. Maybe a wails version mismatch ?
Jul 10, 2024
I cant build from the desktop folder. I suspect it's a wails version mismatch.
The text was updated successfully, but these errors were encountered: