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 503a93f commit 6608604Copy full SHA for 6608604
Sources/Winget-AutoUpdate/Winget-Install.ps1
@@ -216,7 +216,6 @@ function Test-ModsUninstall ($AppID) {
216
return $ModsPreUninstall, $ModsUninstall, $ModsUninstalled
217
}
218
219
-#Install function
220
#Install function
221
function Install-App ($AppID, $AppArgs) {
222
$IsInstalled = Confirm-Installation $AppID
@@ -539,4 +538,4 @@ else {
539
538
540
Write-ToLog "### END REQUEST ###`n" "Magenta"
541
Start-Sleep 3
542
-Exit $ExitCode
+Exit $ExitCode
0 commit comments