diff --git a/configs/common/mozconfig b/configs/common/mozconfig index f986837..6d94147 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -1,5 +1,4 @@ # Browser branding -ac_add_options --enable-update-channel=stable ac_add_options --with-ccache=sccache ac_add_options --without-wasm-sandboxed-libraries diff --git a/gluon b/gluon index f5bf98d..7ce1c36 160000 --- a/gluon +++ b/gluon @@ -1 +1 @@ -Subproject commit f5bf98d03a0bcd3bf13609762b573b6c8161831c +Subproject commit 7ce1c368f6f76eb029a0fcc6194d55b32370f3ff diff --git a/gluon.json b/gluon.json index 40546d2..7aa6f0e 100644 --- a/gluon.json +++ b/gluon.json @@ -5,8 +5,7 @@ "binaryName": "pulse-browser", "version": { "product": "firefox", - "version": "101.0.1", - "displayVersion": "1.0.0" + "version": "101.0.1" }, "buildOptions": { "generateBranding": true @@ -30,19 +29,52 @@ "backgroundColor": "#2B2A33", "brandShorterName": "Pulse", "brandShortName": "Pulse Browser", - "brandFullName": "Pulse Browser" + "brandFullName": "Pulse Browser", + "release": { + "displayVersion": "1.0.0", + "github": { + "repo": "pulse-browser/browser" + }, + "x86": { + "windowsMar": "windows.mar", + "macosMar": "macosIntel.mar", + "linuxMar": "linux.mar" + } + } }, "beta": { "backgroundColor": "#2B2A33", "brandShorterName": "Pulse", "brandShortName": "Pulse Browser", - "brandFullName": "Pulse Browser Beta" + "brandFullName": "Pulse Browser Beta", + "release": { + "displayVersion": "1.0.0-b0", + "github": { + "repo": "pulse-browser/browser" + }, + "x86": { + "windowsMar": "windows.mar", + "macosMar": "macosIntel.mar", + "linuxMar": "linux.mar" + } + } }, "alpha": { "backgroundColor": "#2B2A33", "brandShorterName": "Pulse", "brandShortName": "Pulse Browser", - "brandFullName": "Pulse Browser Alpha" + "brandFullName": "Pulse Browser Alpha", + "release": { + "displayVersion": "1.0.0-a0", + "github": { + "repo": "pulse-browser/browser" + }, + "x86": { + "windowsMar": "windows.mar", + "macosMar": "macosIntel.mar", + "linuxMar": "linux.mar" + } + } } } }