From df193550f53804cc2710d202c9e054b1e9e16f13 Mon Sep 17 00:00:00 2001 From: Rong Fu Date: Mon, 29 Dec 2025 15:42:37 +0800 Subject: [PATCH] Add eLxr official WSL image to the distribution manifest 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`). --- distributions/DistributionInfo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/distributions/DistributionInfo.json b/distributions/DistributionInfo.json index b10109e39..3874fccd1 100644 --- a/distributions/DistributionInfo.json +++ b/distributions/DistributionInfo.json @@ -198,6 +198,17 @@ "Sha256": "a5a2ceb8ca56b7245b909d021b0fd620427db349f02b8ef3b82b741bcb5611cd" } } + ], + "eLxr": [ + { + "Name": "eLxr-12", + "FriendlyName": "eLxr 12.12.0.0 GNU/Linux", + "Default": true, + "Amd64Url": { + "Url": "https://gitlab.com/api/v4/projects/68007430/packages/generic/wsl/12.12.0.0/eLxr_WSL_AMD64_12.12.0.0.wsl", + "Sha256": "f94e0c44be51550478100ea150b80535f955bf87487d1b964f4636d97478c05d" + } + } ] }, "Default": "Ubuntu",