From 1e5b803e990e90bf379cef079bc2feb2aab9ab13 Mon Sep 17 00:00:00 2001 From: Kelby Murie Date: Thu, 12 Jan 2023 09:58:02 +1100 Subject: [PATCH] Clarified building be run from the Visual Studio Developer Command Prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6eb55..14edc5e 100755 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ The following future refinements are planned: * Running `msbuild windows/GhostPDL.sln /p:Configuration=Release /p:Platform=x64` from the Developer Command Prompt. - 5. Run the `GhostTrap/build.bat` build script. + 5. Run the `GhostTrap/build.bat` build script from the Developer Command Prompt. The installer will be output to `GhostTrap/target/ghost-trap-installer-${version}.exe`.