diff --git a/patches/patches.json b/patches/patches.json index 243afbf..5c059b5 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1274,7 +1274,7 @@ "value": "VARIANT", "version": { "fr": "1.2.19", - "to": "" + "to": "1.2.47" } }, "TrackRecommender": { diff --git a/run.ps1 b/run.ps1 index 507b4f5..d134e00 100644 --- a/run.ps1 +++ b/run.ps1 @@ -362,7 +362,7 @@ if ($version) { $old_os = $win7 -or $win8 -or $win8_1 -# Recommended version for Win 7-8.1 +# Recommended version for Win 7-8.1 $last_win7_full = "1.2.5.1006.g22820f93-1078" if (!($version -and $version -match $match_v)) { @@ -370,8 +370,8 @@ if (!($version -and $version -match $match_v)) { $onlineFull = $last_win7_full } else { - # Recommended version for Win 10-12 - $onlineFull = "1.2.47.366.g0d3bd570-1418" + # Recommended version for Win 10-12 + $onlineFull = "1.2.48.404.g4bec9359-1985" } } else {