diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-06-05 12:28:34 +0200 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-06-05 12:28:34 +0200 |
commit | 97c2c1432bdb38d400b4a48379fbdf552fc8446f (patch) | |
tree | ed21f2d2c8c482503b959c1ca5f79ca34031f6fb | |
parent | 0e1646daec472efb628afdd28a930d74f66983ee (diff) | |
download | plus-97c2c1432bdb38d400b4a48379fbdf552fc8446f.tar.gz plus-97c2c1432bdb38d400b4a48379fbdf552fc8446f.tar.bz2 plus-97c2c1432bdb38d400b4a48379fbdf552fc8446f.tar.xz plus-97c2c1432bdb38d400b4a48379fbdf552fc8446f.zip |
changed updatehost (to update badges in future)
-rw-r--r-- | src/gui/windows/updaterwindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/windows/updaterwindow.cpp b/src/gui/windows/updaterwindow.cpp index c03a284ac..90f552383 100644 --- a/src/gui/windows/updaterwindow.cpp +++ b/src/gui/windows/updaterwindow.cpp @@ -65,13 +65,13 @@ UpdaterWindow *updaterWindow = nullptr; const std::string xmlUpdateFile("resources.xml"); const std::string txtUpdateFile("resources2.txt"); const std::string updateServer2 - ("http://download.manaplus.org/manaplus/updates/"); + ("https://manaplus.germantmw.de/manaplus/updates/"); const std::string updateServer3 - ("http://download2.manaplus.org/manaplus/updates/"); + ("http://manaplus.germantmw.de/manaplus/updates/"); const std::string updateServer4 - ("http://download.evolonline.org/manaplus/updates/"); + ("https://www.manaplus.germantmw.de/manaplus/updates/"); const std::string updateServer5 - ("http://download3.manaplus.org/manaplus/updates/"); + ("http://www.manaplus.germantmw.de/manaplus/updates/"); /** * Load the given file into a vector of updateFiles. |