fixes
This commit is contained in:
@@ -144,7 +144,10 @@ public partial class Form1
|
||||
|
||||
private async Task ExecuteUpdate(bool doInstall)
|
||||
{
|
||||
var updater = new ModpackInstaller(updateConfig, modpackInfo);
|
||||
var updater = new ModpackInstaller(updateConfig, modpackInfo)
|
||||
{
|
||||
OverwriteRefTag = Program.Options.RefTag
|
||||
};
|
||||
updater.InstallProgessUpdated += Update_InstallProgessUpdated;
|
||||
updater.CheckingProgressUpdated += Updated_CheckingProgresssUpdated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user