mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'master' into mode-selection-browser-revamp
This commit is contained in:
commit
a484e01451
@ -85,6 +85,7 @@ namespace Wabbajack
|
||||
{
|
||||
var downloader = DownloadDispatcher.ResolveArchive(Metadata.Links.Download);
|
||||
downloader.Download(new Archive{ Name = Metadata.Title, Size = Metadata.DownloadMetadata?.Size ?? 0}, Location);
|
||||
DownloadStatusText = "Hashing";
|
||||
Location.FileHashCached();
|
||||
sub.Dispose();
|
||||
tcs.SetResult(true);
|
||||
|
Loading…
Reference in New Issue
Block a user