[FEATURE] Added new version comparison system

This commit is contained in:
JKetelaar
2015-12-26 17:05:25 +01:00
parent 91a855df53
commit 3bb1916752
6 changed files with 96 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public final class Landing {
"Please download the newest version of Parabot at "
+ Configuration.DOWNLOAD_BOT,
JOptionPane.INFORMATION_MESSAGE);
URI uri = URI.create(Configuration.DOWNLOAD_BOT);
URI uri = URI.create(Configuration.API_DOWNLOAD_BOT);
try {
Desktop.getDesktop().browse(uri);
} catch (IOException e1) {