We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cc248 commit 1c85526Copy full SHA for 1c85526
1 file changed
src/UniGetUI.PackageEngine.Managers.WinGet/Helpers/WinGetPkgOperationHelper.cs
@@ -182,12 +182,6 @@ protected override OperationVeredict _getOperationResult(
182
return OperationVeredict.AutoRetry;
183
}
184
185
- if (uintCode == 0x8A150014 && operation is OperationType.Uninstall)
186
- {
187
- // Application not found
188
- return OperationVeredict.Success;
189
- }
190
-
191
return OperationVeredict.Failure;
192
193
0 commit comments