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

Windows installer #1060

Merged
merged 20 commits into from
Jan 31, 2022
Merged

Windows installer #1060

merged 20 commits into from
Jan 31, 2022

Conversation

0pcom
Copy link
Collaborator

@0pcom 0pcom commented Jan 15, 2022

Did you run make format && make check?
no

Fixes #745

Changes:

  • adds windows installer related files

How to test this PR:

build:

Follow the instructions in scripts/win_installer/README.md

installer:

  • Download the skywire windows installer
  • Install skywire
  • Open cmd window and run skywire, or run Skywire directly by start menu shortcut

Current Shortcomings:

Copy link
Member

@jdknives jdknives left a 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.

@@ -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 {
Copy link
Member

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.

Copy link
Contributor

@mrpalide mrpalide Jan 29, 2022

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

@jdknives jdknives merged commit 3dd2dc5 into skycoin:develop Jan 31, 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

Successfully merging this pull request may close these issues.

4 participants