Comment removed
parent
108df76229
commit
991dd55c2f
|
@ -47,7 +47,6 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) {
|
||||||
try {
|
try {
|
||||||
$SaveMod = Join-Path -Path "$LocalMods\" -ChildPath $_
|
$SaveMod = Join-Path -Path "$LocalMods\" -ChildPath $_
|
||||||
$Mod = '{0}/{1}' -f $ModsPath.TrimEnd('/'), $_
|
$Mod = '{0}/{1}' -f $ModsPath.TrimEnd('/'), $_
|
||||||
#Write-Host "Downloading file $dateExternal - $ExternalMods/$_ to $SaveMod"
|
|
||||||
Invoke-WebRequest -Uri "$Mod" -OutFile $SaveMod
|
Invoke-WebRequest -Uri "$Mod" -OutFile $SaveMod
|
||||||
$ModsUpdated++
|
$ModsUpdated++
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue