Browse Source

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

split-DB
catbref 5 years ago
parent
commit
939ce0d652
  1. 4
      src/main/java/org/qora/settings/Settings.java

4
src/main/java/org/qora/settings/Settings.java

@ -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://[email protected]/QORT/qortal/%s/qortal.jar"
"https://github.com/QORT/qortal/raw/%s/qortal.update",
"https://[email protected]/QORT/qortal/%s/qortal.update"
};
/** Array of NTP server hostnames. */

Loading…
Cancel
Save