Fix modalità download update MP-STATS
This commit is contained in:
@@ -265,8 +265,9 @@ namespace MP.Controllers
|
||||
// scarico singolo target...
|
||||
string remoteUrl = updateUrlAuth(caller);
|
||||
string localPath = localDownloadPath(caller);
|
||||
string localName = caller.Replace("MP-", "");
|
||||
|
||||
updManAuth.downloadLatest(remoteUrl, localPath, caller);
|
||||
updManAuth.downloadLatest(remoteUrl, localPath, localName);
|
||||
stopWatch.Stop();
|
||||
// calcolo elapsed time come TimeSpan value.
|
||||
TimeSpan ts = stopWatch.Elapsed;
|
||||
|
||||
Reference in New Issue
Block a user