Add Windows 11 to update names

This commit is contained in:
2025-11-21 18:23:07 +01:00
parent 6b5a6885f8
commit 0da5532141
2 changed files with 8 additions and 2 deletions

View File

@@ -320,6 +320,10 @@ function branchFromBuild($build) {
$branch = 'ge_release';
break;
case 28000:
$branch = 'br_release';
break;
default:
$branch = 'rs_prerelease';
break;