From 295f224a4fc24b7805588fc2807980015be594ff Mon Sep 17 00:00:00 2001 From: Humberto Molina Date: Fri, 16 Aug 2024 04:14:37 -0600 Subject: [PATCH] Update bundle-msix-packages.md Fixed broken link for MakeAppx.exe tool in the documentation. Updated link from https://github.com/MicrosoftDocs/msix-docs/blob/main/windows/desktop/appxpkg/make-appx-package--makeappx-exe- to https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk for correct download and usage instructions. --- msix-src/packaging-tool/bundle-msix-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msix-src/packaging-tool/bundle-msix-packages.md b/msix-src/packaging-tool/bundle-msix-packages.md index 33ab7810..645ce6ce 100644 --- a/msix-src/packaging-tool/bundle-msix-packages.md +++ b/msix-src/packaging-tool/bundle-msix-packages.md @@ -24,7 +24,7 @@ You will need the following setup to successfully build an MSIX bundle: ## Step 1: Find MakeAppx.exe -[MakeAppx.exe](/windows/desktop/appxpkg/make-appx-package--makeappx-exe-) is a tool available in the Windows 10 SDK that allows for packaging and bundling of MSIX packages. You will use this tool to bundle the two MSIX packages together. +[MakeAppx.exe](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) is a tool available in the Windows 10 SDK that allows for packaging and bundling of MSIX packages. You will use this tool to bundle the two MSIX packages together. MakeAppx.exe can be used to extract the file contents of a Windows 10 app package or bundle. It also encrypts and decrypts app packages and bundles.