diff --git a/apps/site/util/download/constants.json b/apps/site/util/download/constants.json index 72b7756e18884..4834573ee7337 100644 --- a/apps/site/util/download/constants.json +++ b/apps/site/util/download/constants.json @@ -51,6 +51,13 @@ "supportsInstallers": false, "compatibility": {}, "platforms": [ + { + "label": "x86", + "value": "x86", + "compatibility": { + "semver": ["< 10.0.0"] + } + }, { "label": "x64", "value": "x64"