⬆️ Upgrade gluon

Gluon is now responsible for handling the `update-channel`
This commit is contained in:
trickypr 2022-06-23 11:56:30 +10:00
parent 6f24a36d2d
commit 7a80dde30f
3 changed files with 38 additions and 7 deletions

View File

@ -1,5 +1,4 @@
# Browser branding # Browser branding
ac_add_options --enable-update-channel=stable
ac_add_options --with-ccache=sccache ac_add_options --with-ccache=sccache
ac_add_options --without-wasm-sandboxed-libraries ac_add_options --without-wasm-sandboxed-libraries

2
gluon

@ -1 +1 @@
Subproject commit f5bf98d03a0bcd3bf13609762b573b6c8161831c Subproject commit 7ce1c368f6f76eb029a0fcc6194d55b32370f3ff

View File

@ -5,8 +5,7 @@
"binaryName": "pulse-browser", "binaryName": "pulse-browser",
"version": { "version": {
"product": "firefox", "product": "firefox",
"version": "101.0.1", "version": "101.0.1"
"displayVersion": "1.0.0"
}, },
"buildOptions": { "buildOptions": {
"generateBranding": true "generateBranding": true
@ -30,19 +29,52 @@
"backgroundColor": "#2B2A33", "backgroundColor": "#2B2A33",
"brandShorterName": "Pulse", "brandShorterName": "Pulse",
"brandShortName": "Pulse Browser", "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": { "beta": {
"backgroundColor": "#2B2A33", "backgroundColor": "#2B2A33",
"brandShorterName": "Pulse", "brandShorterName": "Pulse",
"brandShortName": "Pulse Browser", "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": { "alpha": {
"backgroundColor": "#2B2A33", "backgroundColor": "#2B2A33",
"brandShorterName": "Pulse", "brandShorterName": "Pulse",
"brandShortName": "Pulse Browser", "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"
}
}
} }
} }
} }