Preparing for 2.1.7 release, new URLs for latest.txt.
Originally committed to SVN as r3110.
This commit is contained in:
parent
d37e0f69fb
commit
ac64269ade
1 changed files with 1 additions and 1 deletions
|
@ -162,8 +162,8 @@ VersionCheckThread::VersionCheckThread(DialogVersionCheck *par)
|
||||||
wxThread::ExitCode VersionCheckThread::Entry() {
|
wxThread::ExitCode VersionCheckThread::Entry() {
|
||||||
// List of paths
|
// List of paths
|
||||||
wxArrayString paths;
|
wxArrayString paths;
|
||||||
|
paths.Add(_T("http://updates.aegisub.org/latest.txt"));
|
||||||
paths.Add(_T("http://files.aegisub.net/latest.txt"));
|
paths.Add(_T("http://files.aegisub.net/latest.txt"));
|
||||||
paths.Add(_T("http://aegisub.cellosoft.com/latest.txt"));
|
|
||||||
wxFSFile *fp = NULL;
|
wxFSFile *fp = NULL;
|
||||||
|
|
||||||
// Try each path until it finds one that works
|
// Try each path until it finds one that works
|
||||||
|
|
Loading…
Reference in a new issue