mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 06:15:37 +00:00
Checking updates uses HTTPS
HTTPS project page
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user