gh-13745: Fixed nightly being installed accidentally (gh-13964)

This commit is contained in:
mr. m
2026-05-30 20:54:55 +02:00
committed by GitHub
parent 193d004a37
commit 2c59265249
2 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,16 @@
diff --git a/browser/installer/windows/nsis/defines.nsi.in b/browser/installer/windows/nsis/defines.nsi.in
index a9bf2d67ce522054442be664bda1434c63609ea1..16e03732d78207ce602066a4bccc0d2c2385ca91 100644
index a9bf2d67ce522054442be664bda1434c63609ea1..54e2c97f79b1e526eca66f4ca611e26b9c3f89d4 100644
--- a/browser/installer/windows/nsis/defines.nsi.in
+++ b/browser/installer/windows/nsis/defines.nsi.in
@@ -147,7 +147,7 @@ VIAddVersionKey "ProductVersion" "${AppVersion}"
@@ -110,7 +110,6 @@
#endif
#ifdef DESKTOP_LAUNCHER_ENABLED
-!define DESKTOP_LAUNCHER_ENABLED
#endif
#ifdef MOZ_BITS_DOWNLOAD
@@ -147,7 +146,7 @@ VIAddVersionKey "ProductVersion" "${AppVersion}"
!define APPROXIMATE_REQUIRED_SPACE_MB "145"
# Constants for parts of the telemetry submission URL

View File

@@ -20,7 +20,7 @@
"brandShortName": "Zen",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.20.1b",
"displayVersion": "1.20.2b",
"github": {
"repo": "zen-browser/desktop"
},