From be46e3d8f2daee75865b7c60ff265808c9a70be5 Mon Sep 17 00:00:00 2001 From: Kalila L Date: Mon, 24 Aug 2020 15:23:13 -0400 Subject: [PATCH] Code signing variables updated. --- BUILD.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index a1cbc5bcd6..c79dfc18f9 100644 --- a/BUILD.md +++ b/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