diff --git a/Install.ps1 b/Install.ps1 index 24f6e1b..546ecde 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -333,7 +333,7 @@ if (!($version -and $version -match $match_v)) { } # Recommended version for Win 10-12 else { - $onlineFull = "1.2.15.828.g79f41970-1030" + $onlineFull = "1.2.16.947.gcfbaa410-105" } } $online = ($onlineFull -split ".g")[0]