From c151b41e56b8ca6817301f12b27db15cd075a41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Fri, 12 Jul 2024 08:02:04 +0000 Subject: [PATCH] chore: Disable maintenance service in windows_mozconfig and common/mozconfig --- .github/workflows/src/windows_mozconfig | 1 + configs/common/mozconfig | 1 - surfer.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 82de05853..090a9ea24 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -37,6 +37,7 @@ export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64" ac_add_options --enable-default-browser-agent ac_add_options --enable-install-strip ac_add_options --enable-jxl +ac_add_options --disable-maintenance-service ac_add_options --disable-bits-download diff --git a/configs/common/mozconfig b/configs/common/mozconfig index abd2307b4..4f233083b 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -46,7 +46,6 @@ ac_add_options --disable-debug ac_add_options --disable-crashreporter ac_add_options --disable-dmd ac_add_options --disable-geckodriver -ac_add_options --disable-maintenance-service ac_add_options --disable-parental-controls ac_add_options --disable-profiling ac_add_options --disable-tests diff --git a/surfer.json b/surfer.json index fee2a7c49..9e7c02b5d 100644 --- a/surfer.json +++ b/surfer.json @@ -27,7 +27,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.0.0-a.1", + "displayVersion": "1.0.0-a.0", "github": { "repo": "zen-browser/desktop" },