Branding

This commit is contained in:
trickypr 2021-12-03 16:00:14 +11:00
parent f5ddf823b1
commit 7d31407e2c
4 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -1,8 +1,8 @@
# Browser branding
ac_add_options --enable-update-channel=release
ac_add_options --enable-update-channel=stable
ac_add_options --with-ccache=sccache
# ac_add_options --with-branding=branding/unofficial
ac_add_options --with-branding=browser/branding/stable
ac_add_options --with-app-name=focus-browser
export MOZ_USER_DIR="Focus browser"
export MOZ_APP_VENDOR="Focus browser"

2
melon

@ -1 +1 @@
Subproject commit af6a7eb23237f2917c6781c431e3831124c95e8c
Subproject commit c54e07cbd3a1ada0ce9f45bebd41158b3b7f6fcd

View File

@ -8,7 +8,7 @@
"displayVersion": "1.0.0"
},
"buildOptions": {
"generateBranding": false
"generateBranding": true
},
"addons": {
"ublock": {
@ -19,5 +19,13 @@
"id": "newtab@browser.fushra.com",
"url": "https://github.com/focus-browser/newtab/releases/download/v1.0.0-a.3/newtab.zip"
}
},
"brands": {
"stable": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Focus",
"brandShortName": "Focus Browser",
"brandFullName": "Focus Browser"
}
}
}