Updated to newest template

This commit is contained in:
Lloyd McKenzie
2020-01-28 20:04:14 -07:00
parent 9ee07f22e2
commit 3f4216ca24
4 changed files with 8828 additions and 8841 deletions

View File

@@ -55,12 +55,12 @@ ECHO Unrecognized version: %version%
GOTO done
:win10
POWERSHELL -command if ('System.Net.WebClient' -as [type]) {(new-object System.Net.WebClient).DownloadFile(\"%dlurl%\",\"%jarlocation%\") } else { Invoke-WebRequest -Uri "%dlurl%" -Outfile "%jarlocation%" }
CALL POWERSHELL -command if ('System.Net.WebClient' -as [type]) {(new-object System.Net.WebClient).DownloadFile(\"%dlurl%\",\"%jarlocation%\") } else { Invoke-WebRequest -Uri "%dlurl%" -Outfile "%jarlocation%" }
GOTO done
:win7
bitsadmin /transfer GetPublisher /download /priority normal "%dlurl%" "%jarlocation%"
CALL bitsadmin /transfer GetPublisher /download /priority normal "%dlurl%" "%jarlocation%"
GOTO done
:win8.1