Running via go run
gives exec: "wails3": executable file not found in $PATH
#4038
Labels
Bug
Something isn't working
Description
I was hoping to use the go.mod-installed version of Wails in order to keep all developers on the same version of the CLI tool. However, when running it via
go run
, Wails appears to try to usewails3
out of $PATH, rather than looking at the filepath of its own running executable. This has two problems:To Reproduce
Expected behaviour
Wails works the same as if installed system-wide.
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: