Checking updates uses HTTPS

HTTPS project page
This commit is contained in:
Jindra Petřík
2015-03-05 06:54:12 +01:00
parent d500eceb2d
commit 98aa8cc3a4
3 changed files with 125 additions and 112 deletions

View File

@@ -148,7 +148,7 @@ public class NewVersionDialog extends AppDialog implements ActionListener {
if (latestVersion.updateLink != null) {
url = latestVersion.updateLink;
} else {
url = ApplicationInfo.updatePage;
url = ApplicationInfo.updateUrl;
}
if (View.navigateUrl(url)) {
Main.exit();