From ba855d4a772a2b6bbad6a7dabd867f27d8c7990d Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:21:29 -0600 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index bc35cea0..cddc7191 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -117,6 +117,6 @@ Further, for the Release build, the application must be run from a secure locati You will encounter an error message such as: `"A referral was returned from the server"`. This usually means a certificate mismatch or not exist. The same certificate that was used to sign the application must be installed on the other machine. Open command prompt as administrator and run the following: - ```bat - > certutil -addstore root testcert.cer - ``` +```bat +> certutil -addstore root testcert.cer +```