mirror of https://github.com/odrling/Aegisub
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
|
@ -162,8 +162,8 @@ VersionCheckThread::VersionCheckThread(DialogVersionCheck *par)
|
|||
wxThread::ExitCode VersionCheckThread::Entry() {
|
||||
// List of 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://aegisub.cellosoft.com/latest.txt"));
|
||||
wxFSFile *fp = NULL;
|
||||
|
||||
// Try each path until it finds one that works
|
||||
|
|
Loading…
Reference in New Issue