Browse Source

Remove obsolete github repo from potential auto-update sites

pull/16/head
catbref 4 years ago
parent
commit
fae2afd010
  1. 2
      src/main/java/org/qortal/settings/Settings.java

2
src/main/java/org/qortal/settings/Settings.java

@ -107,8 +107,6 @@ public class Settings {
// Auto-update sources
private String[] autoUpdateRepos = new String[] {
"https://github.com/QORT/qortal/raw/%s/qortal.update",
"https://[email protected]/QORT/qortal/%s/qortal.update",
"https://github.com/Qortal/qortal/raw/%s/qortal.update",
"https://[email protected]/Qortal/qortal/%s/qortal.update"
};

Loading…
Cancel
Save