forked from Qortal/qortal
Correct auto-update URLs to use "qortal.update" not "qortal.jar"
This commit is contained in:
parent
20813863bc
commit
939ce0d652
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user