From e0583c2e946c62ec52808537e914f3ae21a427c9 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Mon, 14 Oct 2024 17:21:09 +0200 Subject: [PATCH] Update startup homepage override URL in branding-patch.ts --- package.json | 2 +- src/commands/patches/branding-patch.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e680686..11140bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.5.0", + "version": "1.5.1", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/patches/branding-patch.ts b/src/commands/patches/branding-patch.ts index 4c30aea..2640a68 100644 --- a/src/commands/patches/branding-patch.ts +++ b/src/commands/patches/branding-patch.ts @@ -397,7 +397,7 @@ function configureProfileBranding( * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pref("startup.homepage_override_url", "https://zen-browser.app/welcome/"); +pref("startup.homepage_override_url", "https://zen-browser.app/whatsnew?v=%VERSION%"); pref("startup.homepage_welcome_url", "https://zen-browser.app/welcome/"); pref("startup.homepage_welcome_url.additional", "https://zen-browser.app/privacy-policy/");