Skip to content

Commit

Permalink
version bump to 1.2.48.404
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Oct 8, 2024
1 parent 0b77c48 commit 225fd96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
"value": "VARIANT",
"version": {
"fr": "1.2.19",
"to": ""
"to": "1.2.47"
}
},
"TrackRecommender": {
Expand Down
6 changes: 3 additions & 3 deletions run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,16 @@ 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)) {
if ($old_os) {
$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 {
Expand Down

0 comments on commit 225fd96

Please sign in to comment.