Skip to content

Commit

Permalink
docs: Fix broken link to build script in contributing.md (#839)
Browse files Browse the repository at this point in the history
Link to script for building the Windows Agent was to `build-deb.ps1` but
it should be `build-deb.sh`.

Note: this is linked correctly in the most recent `CONTRIBUTING.md` for
the Ubuntu WSL docs.

UDENG-3594
  • Loading branch information
edibotopic authored Jul 16, 2024
2 parents f0ffd92 + 8c2b9db commit 2f1353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f1353b

Please sign in to comment.