We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1efd commit c1be239Copy full SHA for c1be239
Assets/PatchKit Patcher/Scripts/AppUpdater/AppUpdaterStrategyResolver.cs
@@ -66,7 +66,7 @@ public StrategyType Resolve([NotNull] AppUpdaterContext context)
66
{
67
_logger.LogDebug("Resolving best strategy for updating...");
68
69
- if (context.App.IsFullyInstalled())
+ if (context.App.IsFullyInstalled() || context.App.IsInstallationBroken())
70
71
int installedVersionId = context.App.GetInstalledVersionId();
72
_logger.LogTrace("installedVersionId = " + installedVersionId);
0 commit comments