Skip to content

Commit ba855d4

Browse files
authored
Update BUILDING.md
1 parent 86eb030 commit ba855d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ Further, for the Release build, the application must be run from a secure locati
117117

118118
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:
119119

120-
```bat
121-
> certutil -addstore root testcert.cer
122-
```
120+
```bat
121+
> certutil -addstore root testcert.cer
122+
```

0 commit comments

Comments
 (0)