mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 23:32:02 +00:00
chore: Disable PGO build in Windows profile build workflow
This commit is contained in:
1
.github/workflows/windows-alpha-build.yml
vendored
1
.github/workflows/windows-alpha-build.yml
vendored
@@ -137,6 +137,7 @@ jobs:
|
||||
export ZEN_CROSS_COMPILING=1
|
||||
if test ${{ inputs.generate-gpo }}; then
|
||||
#export ZEN_GA_GENERATE_PROFILE=1
|
||||
echo "note: PGO build is disabled"
|
||||
fi
|
||||
sh .github/workflows/src/alpha-build.sh
|
||||
|
||||
|
@@ -92,4 +92,7 @@ pref('zen.watermark.enabled', true);
|
||||
user_pref('apz.overscroll.enabled', true); // not DEFAULT on Linux
|
||||
user_pref('general.smoothScroll', true); // DEFAULT
|
||||
|
||||
// Privacy
|
||||
pref('dom.private-attribution.submission.enabled', false);
|
||||
|
||||
#include better-fox.js
|
||||
|
@@ -1,10 +1,10 @@
|
||||
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml
|
||||
index d3de7d001973434c09deb5723e73ea72f134362b..736b4e7e647d2f80697a0721c765d2aa82507583 100644
|
||||
index d28ca0dd0939c9a9c43bc7c6b3c7184172c09ed8..112d060540e254e1766c145913e21819f62439f8 100644
|
||||
--- a/toolkit/content/aboutSupport.xhtml
|
||||
+++ b/toolkit/content/aboutSupport.xhtml
|
||||
@@ -27,6 +27,7 @@
|
||||
#ifndef ANDROID
|
||||
<link rel="localization" href="toolkit/featuregates/features.ftl"/>
|
||||
@@ -30,6 +30,7 @@
|
||||
<link rel="localization" href="preview/genai.ftl" />
|
||||
#endif
|
||||
#endif
|
||||
+ <script src="chrome://browser/content/zenThemeModifier.js"></script>
|
||||
</head>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"binaryName": "zen",
|
||||
"version": {
|
||||
"product": "firefox",
|
||||
"version": "128.0"
|
||||
"version": "128.0.2"
|
||||
},
|
||||
"buildOptions": {
|
||||
"generateBranding": true
|
||||
|
Reference in New Issue
Block a user