diff --git a/configs/branding/stable/logo.png b/configs/branding/stable/logo.png new file mode 100644 index 0000000..3c7546d Binary files /dev/null and b/configs/branding/stable/logo.png differ diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 032cbc4..6a17cae 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -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" diff --git a/melon b/melon index af6a7eb..c54e07c 160000 --- a/melon +++ b/melon @@ -1 +1 @@ -Subproject commit af6a7eb23237f2917c6781c431e3831124c95e8c +Subproject commit c54e07cbd3a1ada0ce9f45bebd41158b3b7f6fcd diff --git a/melon.json b/melon.json index 59794f0..a7a00a3 100644 --- a/melon.json +++ b/melon.json @@ -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" + } } }