Skip to content
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

Closed
Vai3soh opened this issue Dec 9, 2022 · 5 comments
Closed

How to install/update from master, not lastes tag? #2188

Vai3soh opened this issue Dec 9, 2022 · 5 comments

Comments

@Vai3soh
Copy link

Vai3soh commented Dec 9, 2022

Hello.
I run cmd (install wails cli):
go install github.com/wailsapp/wails/v2/cmd/wails@master and

wails version
v2.2.0
 ♥   If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony

If 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?

@mholt
Copy link
Contributor

mholt commented Dec 9, 2022

I had this problem too, in #2057. #2107 apparently fixes it, but I'm having trouble testing it. Could you give it a try??

@Vai3soh
Copy link
Author

Vai3soh commented Dec 10, 2022

I had this problem too, in #2057. #2107 apparently fixes it, but I'm having trouble testing it. Could you give it a try??

I test (wails cli with patch), this worked with this commit:

go get -u -v github.com/wailsapp/wails/v2@0581ad03b1c74ef6419a0f0e74554474ddb1bf19
if use this version v2.2.1-0.20221207075022-3f077d9bdb2a , app not build, with err::
imports github.com/wailsapp/wails/v2/internal/platform: build constraints exclude all Go files in /home/user/goproj/pkg/mod/github.com/wailsapp/wails/[email protected]/internal/platform

Thank you

@mholt
Copy link
Contributor

mholt commented Dec 10, 2022

Yeah, same here. I think that's a separate issue.

@leaanthony
Copy link
Member

The build issue is fixed as part of the right click event fix

@stffabi
Copy link
Collaborator

stffabi commented Dec 15, 2022

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.

@stffabi stffabi closed this as completed Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants