Skip to content

Commit 1c85526

Browse files
authored
Remove the success case for winget's "application not found" return code
1 parent f4cc248 commit 1c85526

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/UniGetUI.PackageEngine.Managers.WinGet/Helpers/WinGetPkgOperationHelper.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ protected override OperationVeredict _getOperationResult(
182182
return OperationVeredict.AutoRetry;
183183
}
184184

185-
if (uintCode == 0x8A150014 && operation is OperationType.Uninstall)
186-
{
187-
// Application not found
188-
return OperationVeredict.Success;
189-
}
190-
191185
return OperationVeredict.Failure;
192186
}
193187

0 commit comments

Comments
 (0)