mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/Updater : changed server layout
git-svn-id: svn://ultimatepp.org/upp/trunk@3002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
55f2f466f9
commit
40d2d84457
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue