mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Update INSTALL.md
This commit is contained in:
parent
94192a5657
commit
82436b6f33
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ For code signing to work, you will need to set the `HF_PFX_FILE` and `HF_PFX_PAS
|
|||
```
|
||||
cd ../Vircadia/source/pkg-scripts/
|
||||
```
|
||||
6. Generate the .deb package.
|
||||
6. Generate the .deb package. Set `DEBVERSION` to a valid semantic version value e.g. "2021.1.0".
|
||||
```
|
||||
DEBVERSION="Semver e.g. 2021.1.0" DEBEMAIL="your-email@somewhere.com" DEBFULLNAME="Your Full Name" ./make-deb-server
|
||||
```
|
||||
|
@ -157,7 +157,7 @@ For code signing to work, you will need to set the `HF_PFX_FILE` and `HF_PFX_PAS
|
|||
```
|
||||
cd ../Vircadia/source/pkg-scripts/
|
||||
```
|
||||
7. Generate the .rpm package.
|
||||
7. Generate the .rpm package. Set `RPMVERSION` to a valid semantic version value e.g. "2021.1.0".
|
||||
```
|
||||
RPMVERSION="Semver e.g. 2021.1.0" ./make-rpm-server
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue