-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install/update from master, not lastes tag? #2188
Comments
I test (wails cli with patch), this worked with this commit:
Thank you |
Yeah, same here. I think that's a separate issue. |
The build issue is fixed as part of the right click event fix |
The build issues and the downgrade issue has been resolved on master. Please feel free to reopen if you still encounter any problems with this. |
Hello.
I run cmd (install wails cli):
go install github.com/wailsapp/wails/v2/cmd/wails@master
andIf i run:
go get -v -u github.com/wailsapp/wails/v2/cmd/wails@master
this ok, update go.mod
And then i run
wails dev
this downgrade in go.mod to v2.2.0.I want this commit (#2152), how do I get it?
The text was updated successfully, but these errors were encountered: