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 8a4a5d4 commit 5b1f3abCopy full SHA for 5b1f3ab
Main.cs
@@ -50,7 +50,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
50
private async Task PerformUpgradeAsync(UpgradableApp app)
51
{
52
Context.API.ShowMsg($"Attempting to update {app.Name}...");
53
- await ExecuteWingetCommandAsync($"winget upgrade --id {app.Id}");
+ await ExecuteWingetCommandAsync($"winget upgrade --id {app.Id} -i");
54
upgradableApps = await GetUpgradableAppsAsync();
55
}
56
0 commit comments