Skip to content

Commit 5b1f3ab

Browse files
authored
Update Main.cs
1 parent 8a4a5d4 commit 5b1f3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
5050
private async Task PerformUpgradeAsync(UpgradableApp app)
5151
{
5252
Context.API.ShowMsg($"Attempting to update {app.Name}...");
53-
await ExecuteWingetCommandAsync($"winget upgrade --id {app.Id}");
53+
await ExecuteWingetCommandAsync($"winget upgrade --id {app.Id} -i");
5454
upgradableApps = await GetUpgradableAppsAsync();
5555
}
5656

0 commit comments

Comments
 (0)