Correct auto-update URLs to use "qortal.update" not "qortal.jar"

This commit is contained in:
catbref 2019-11-26 10:26:16 +00:00
parent 20813863bc
commit 939ce0d652

View File

@ -95,8 +95,8 @@ public class Settings {
// Auto-update sources
private String[] autoUpdateRepos = new String[] {
"https://github.com/QORT/qortal/raw/%s/qortal.jar",
"https://raw.githubusercontent.com@151.101.16.133/QORT/qortal/%s/qortal.jar"
"https://github.com/QORT/qortal/raw/%s/qortal.update",
"https://raw.githubusercontent.com@151.101.16.133/QORT/qortal/%s/qortal.update"
};
/** Array of NTP server hostnames. */