mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
few other fixes
This commit is contained in:
parent
59e34b7e73
commit
b32cd14a25
@ -65,6 +65,8 @@ namespace Wabbajack.UI
|
||||
|
||||
var state = DownloadDispatcher.ResolveArchive(_url);
|
||||
state.Download(new Archive {Name = _downloadName}, _destination);
|
||||
_destination.FileSHA256();
|
||||
|
||||
|
||||
_parent.Result = DownloadWindow.WindowResult.Completed;
|
||||
_parent.Dispatcher.Invoke(() => _parent.Close());
|
||||
|
Loading…
Reference in New Issue
Block a user