mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Code signing variables updated.
This commit is contained in:
parent
b9a25905e2
commit
be46e3d8f2
1 changed files with 5 additions and 1 deletions
6
BUILD.md
6
BUILD.md
|
@ -1,6 +1,6 @@
|
|||
# General Build Information
|
||||
|
||||
*Last Updated on August 23, 2020*
|
||||
*Last Updated on August 24, 2020*
|
||||
|
||||
### OS Specific Build Guides
|
||||
|
||||
|
@ -83,6 +83,10 @@ Where /path/to/directory is the path to a directory where you wish the build fil
|
|||
// The Interface will have a custom default home and startup location.
|
||||
INITIAL_STARTUP_LOCATION=Location/IP/URL
|
||||
|
||||
// Code-signing environment variables must be set at runtime AND globally when the signing takes place.
|
||||
HF_PFX_FILE=Path to certificate
|
||||
HF_PFX_PASSPHRASE=Passphrase for certificate
|
||||
|
||||
// TODO: What do these do?
|
||||
PRODUCTION_BUILD=0|1
|
||||
PR_BUILD=0|1
|
||||
|
|
Loading…
Reference in a new issue