diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 02:23:23 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-05 02:23:23 -0500 |
commit | ac7d8a02b874485ec68d1b25e9ebd938f48e976e (patch) | |
tree | 8815c7fb60013c7a8f38ed0662a0388459d2b7a7 /browser/branding/official/branding.nsi | |
parent | 4809c6de7764673eb401a961e314e72ad31d0dbd (diff) | |
download | UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.gz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.lz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.xz UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.zip |
Update branding
Diffstat (limited to 'browser/branding/official/branding.nsi')
-rw-r--r-- | browser/branding/official/branding.nsi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/browser/branding/official/branding.nsi b/browser/branding/official/branding.nsi index 5960f3107..24b0f4bba 100644 --- a/browser/branding/official/branding.nsi +++ b/browser/branding/official/branding.nsi @@ -8,24 +8,24 @@ # BrandFullNameInternal is used for some registry and file system values # instead of BrandFullName and typically should not be modified. -!define BrandFullNameInternal "Mozilla Firefox" -!define CompanyName "Mozilla Corporation" -!define URLInfoAbout "https://www.mozilla.org" -!define URLUpdateInfo "https://www.mozilla.org/firefox/${AppVersion}/releasenotes" -!define HelpLink "https://support.mozilla.org" +!define BrandFullNameInternal "Basilisk" +!define CompanyName "Moonchild Productions" +!define URLInfoAbout "https://www.basilisk-browser.org" +!define URLUpdateInfo "https://www.basilisk-browser.org/releasenotes.shtml" +!define HelpLink "https://www.basilisk-browser.org" ; The OFFICIAL define is a workaround to support different urls for Release and ; Beta since they share the same branding when building with other branches that ; set the update channel to beta. !define OFFICIAL -!define URLStubDownload "http://download.mozilla.org/?os=win&lang=${AB_CD}&product=firefox-latest" -!define URLManualDownload "https://www.mozilla.org/${AB_CD}/firefox/installer-help/?channel=release&installer_lang=${AB_CD}" -!define URLSystemRequirements "https://www.mozilla.org/firefox/system-requirements/" +!define URLStubDownload "" +!define URLManualDownload "" +!define URLSystemRequirements "" !define Channel "release" # The installer's certificate name and issuer expected by the stub installer -!define CertNameDownload "Mozilla Corporation" -!define CertIssuerDownload "DigiCert SHA2 Assured ID Code Signing CA" +!define CertNameDownload "" +!define CertIssuerDownload "" # Dialog units are used so the UI displays correctly with the system's DPI # settings. |