Update Install.ps1

This commit is contained in:
amd64fox
2023-04-09 05:07:33 +03:00
committed by GitHub
parent d5aa20a13d
commit 0ccedf5c8e

View File

@@ -263,7 +263,7 @@ $win8 = $win_os -match "\windows 8\b"
# Recommended version for Win 10-12
if ($win10 -or $win11 -or $win12) {
$onlineFull = "1.2.9.739.g0da2e75a-104"
$onlineFull = "1.2.9.741.gb72a2f3b-132"
}
# Recommended version for Win 7-8.1
else {