This commit is contained in:
2025-04-21 20:55:55 +02:00
parent 01fc5606cb
commit 0285892f20
2 changed files with 13 additions and 7 deletions

View File

@@ -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;