From d3771707474b8f34fc1c2a9762cbc82eae9e1ea0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:39:14 -0400 Subject: [PATCH] spelling: bootstrapper Signed-off-by: Josh Soref --- doc/devdocs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index cd873fda77..7ecd9bd2a4 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -97,7 +97,7 @@ Our installer is two parts, an EXE and an MSI. The EXE contains the MSI and han - From the `installer` folder open `PowerToysSetup.sln` in Visual Studio, in the `Solutions Configuration` drop-down menu select `Release`, from the `Build` menu choose `Build Solution`. - The resulting `PowerToysSetup.msi` installer will be available in the `installer\PowerToysSetup\x64\Release\` folder. -### Compiling Bootstraper Installer (.EXE) +### Compiling Bootstrapper Installer (.EXE) - MSI Installer needs to be built in release mode - Build `PowerToysBootstrapper` solution (`installer\PowerToysBootstrapper\`)