diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index 1a1b222..873c5af 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -146,9 +146,6 @@ if (Test-Network) { $NewMods, $DeletedMods = Test-ModsPath $WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/") $WAUConfig.InstallLocation.TrimEnd(" ", "\") if ($ReachNoPath) { Write-Log "Couldn't reach/find/compare/copy from $($WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/"))..." "Red" - if ($($WAUConfig.WAU_ModsPath) -match "_apps.txt") { - Write-Log "PATH must end with a Directory, not a File..." "Red" - } $Script:ReachNoPath = $False } if ($NewMods -gt 0) {