Bazaar/Updater : changed server layout

git-svn-id: svn://ultimatepp.org/upp/trunk@3002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2011-01-15 14:57:40 +00:00
parent 55f2f466f9
commit 40d2d84457

View file

@ -525,7 +525,7 @@ bool Updater::FetchApp(double ver)
return false;
HttpClient http;
http.URL(GetPlatformRoot() + appName + "_" + FormatDoubleFix(ver, 2, FD_ZERO));
http.URL(GetPlatformRoot() + FormatDoubleFix(ver, 2, FD_ZERO) + "/" + appName);
http.TimeoutMsecs(1000*60*30);
http.MaxContentSize(100000000);