Update Winget-Install.ps1

pull/573/head
romanitho 2024-02-23 12:49:59 +01:00
parent 7487530a5e
commit adc9da6882
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function Uninstall-App ($AppID, $AppArgs) {
} }
#Remove mods if deployed from Winget-Install #Remove mods if deployed from Winget-Install
if ((Test-Path "$PSScriptRoot\mods\$AppID-preinstall.ps1") -or (Test-Path "$PSScriptRoot\mods\$AppID-upgrade.ps1") -or (Test-Path "$PSScriptRoot\mods\$AppID-install.ps1") -or (Test-Path "$PSScriptRoot\mods\$AppID-installed.ps1")) { if ((Test-Path ".\mods\$AppID-preinstall.ps1") -or (Test-Path ".\mods\$AppID-upgrade.ps1") -or (Test-Path ".\mods\$AppID-install.ps1") -or (Test-Path ".\mods\$AppID-installed.ps1")) {
#Check if WAU default install path exists #Check if WAU default install path exists
$Mods = "$WAUInstallLocation\mods" $Mods = "$WAUInstallLocation\mods"
if (Test-Path "$Mods\$AppID*") { if (Test-Path "$Mods\$AppID*") {