Add eLxr official WSL image to the distribution manifest (#14022)

Update DistributionInfo.json to add "eLxr" section to "ModenDistributions". This commit adds eLxr to the Microsoft WSL's official distribution manifest, allowing users to pull and install it in an automated way (`wsl --install eLxr`).

rfu-cn committed Jan 7, 2026 at 06:31 UTC 94df1253b2992451ee0ff14be6318cedf654fbed
1 file changed +11
distributions/DistributionInfo.json
+11
@@ -198,6 +198,17 @@
198 "Sha256": "a5a2ceb8ca56b7245b909d021b0fd620427db349f02b8ef3b82b741bcb5611cd"
199 }
200 }
201 + ],
202 + "eLxr": [
203 + {
204 + "Name": "eLxr-12",
205 + "FriendlyName": "eLxr 12.12.0.0 GNU/Linux",
206 + "Default": true,
207 + "Amd64Url": {
208 + "Url": "https://gitlab.com/api/v4/projects/68007430/packages/generic/wsl/12.12.0.0/eLxr_WSL_AMD64_12.12.0.0.wsl",
209 + "Sha256": "f94e0c44be51550478100ea150b80535f955bf87487d1b964f4636d97478c05d"
210 + }
211 + }
212 ]
213 },
214 "Default": "Ubuntu",