From 8c2b9db253854a31dc63035fa8649d22111847d1 Mon Sep 17 00:00:00 2001 From: shanecrowley Date: Tue, 16 Jul 2024 10:37:20 +0100 Subject: [PATCH] Link should be to sh script not ps1 Note: this is linked correctly in the most recent contributing.md for the Ubuntu WSL docs. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d99ff5741..765836bf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ You'll need a Windows Machine with the following applications installed: To build the project, you can use the following two scripts: -* [Build the Windows Agent](tools/build/build-deb.ps1) +* [Build the Windows Agent](tools/build/build-deb.sh) * [Build the Wsl Pro Service](tools/build/build-appx.ps1) Note that you'll need to [create a self-signing certificate](https://learn.microsoft.com/en-us/windows/msix/package/create-certificate-package-signing) to build the Windows Agent.