-
Notifications
You must be signed in to change notification settings - Fork 45
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
Windows installer #1060
Windows installer #1060
Conversation
+ opens browser to hypervisor UI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me apart from one comment.
internal/gui/gui.go
Outdated
@@ -192,27 +190,6 @@ func handleVPNLinkButton(conf *visorconfig.V1) { | |||
} | |||
} | |||
|
|||
// GetAvailPublicVPNServers gets all available public VPN server from service discovery URL | |||
func GetAvailPublicVPNServers(conf *visorconfig.V1) []string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was supposed to be used for a quick connect functionality in the Systray application. So you could use the Systray directly without having to open the browser. Can likely be kept and used when we improve the Systray application.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't know about it. So I'll added it back.
Update:
Done. #e264ec5
Did you run
make format && make check
?no
Fixes #745
Changes:
How to test this PR:
build:
Follow the instructions in scripts/win_installer/README.md
installer:
skywire
, or runSkywire
directly by start menu shortcutCurrent Shortcomings:
the executables are not by default in the PATHthe shortcut / launcher is blocked by the firewallSystray application #651 is not integrated into this yetuser must generate their own configuration (no auto-config currently)skywire-cli config gen
flag supporting windows installations #1061