Comment removed

pull/232/head
KnifMelti 2022-11-04 00:40:29 +01:00
parent 108df76229
commit 991dd55c2f
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) {
try {
$SaveMod = Join-Path -Path "$LocalMods\" -ChildPath $_
$Mod = '{0}/{1}' -f $ModsPath.TrimEnd('/'), $_
#Write-Host "Downloading file $dateExternal - $ExternalMods/$_ to $SaveMod"
Invoke-WebRequest -Uri "$Mod" -OutFile $SaveMod
$ModsUpdated++
}