Change file name of downloaded update installer.
This commit is contained in:
parent
0d94d77483
commit
b7d413c412
@ -33,5 +33,14 @@ namespace zaaReloaded2.Updater
|
|||||||
{
|
{
|
||||||
return new Uri(Properties.Settings.Default.VersionInfoFile);
|
return new Uri(Properties.Settings.Default.VersionInfoFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override string BuildDestinationFileName()
|
||||||
|
{
|
||||||
|
return System.IO.Path.Combine(
|
||||||
|
DestinationFolder,
|
||||||
|
DownloadUri.ToString().Split('/').Last()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user