bump version to 1.8.2 and add support for candidate builds in Firefox source setup
Some checks are pending
CI / general (push) Waiting to run

This commit is contained in:
mr. M 2024-12-30 23:53:42 +01:00
parent 0b109c2dd4
commit c0d4dd8eef
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
5 changed files with 32 additions and 11 deletions

View file

@ -297,15 +297,15 @@ function configureBrandingNsis(
!define HelpLink "https://github.com/zen-browser/desktop/issues"
; 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.
; Stable since they share the same branding when building with other branches that
; set the update channel to stable.
!define OFFICIAL
!define URLStubDownloadX86 "https://download.mozilla.org/?os=win&lang=\${AB_CD}&product=firefox-latest"
!define URLStubDownloadAMD64 "https://download.mozilla.org/?os=win64&lang=\${AB_CD}&product=firefox-latest"
!define URLStubDownloadAArch64 "https://download.mozilla.org/?os=win64-aarch64&lang=\${AB_CD}&product=firefox-latest"
!define URLManualDownload "https://zen-browser.app/download"
!define URLSystemRequirements "https://www.mozilla.org/firefox/system-requirements/"
!define Channel "release"
!define Channel "stable"
# The installer's certificate name and issuer expected by the stub installer
!define CertNameDownload "${brandingConfig.brandFullName}"