Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Mar 3, 2024
1 parent 86eb030 commit ba855d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ba855d4

Please sign in to comment.