From 3e1372a62748b27753f04e3d3439116c86dc4518 Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 10 Jan 2022 13:38:49 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20Focus=20to=20Lepton=20N?= =?UTF-8?q?eeds=20to=20be=20backported=20to=20alpha=20at=20some=20point?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/common/mozconfig | 18 +++++++++--------- melon.json | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 2c39cf9..51e94dd 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -3,20 +3,20 @@ ac_add_options --enable-update-channel=stable ac_add_options --with-ccache=sccache 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" -export MOZ_APP_BASENAME=FocusBrowser -export MOZ_APP_PROFILE=focus-browser -export MOZ_APP_DISPLAYNAME="Focus browser" +ac_add_options --with-app-name=lepton-browser +export MOZ_USER_DIR="Lepton browser" +export MOZ_APP_VENDOR="Lepton browser" +export MOZ_APP_BASENAME=LeptonBrowser +export MOZ_APP_PROFILE=lepton-browser +export MOZ_APP_DISPLAYNAME="Lepton browser" # Temporaroly removed # export MOZ_BRANDING_DIRECTORY=branding/unofficial # export MOZ_OFFICIAL_BRANDING_DIRECTORY=branding/unofficial -export MOZ_MACBUNDLE_ID=com.fushra.focus.desktop -export MOZ_DISTRIBUTION_ID=com.fushra.focus.desktop +export MOZ_MACBUNDLE_ID=com.fushra.browser.desktop +export MOZ_DISTRIBUTION_ID=com.fushra.browser.desktop # Misc export MOZ_STUB_INSTALLER=1 export MOZ_INCLUDE_SOURCE_INFO=1 -export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop +export MOZ_SOURCE_REPO=https://github.com/lepton-browser/browser export MOZ_SOURCE_CHANGESET=${changeset} diff --git a/melon.json b/melon.json index a3dcb95..45bad1b 100644 --- a/melon.json +++ b/melon.json @@ -1,7 +1,7 @@ { - "name": "Focus", + "name": "Lepton", "vendor": "Fushra", - "appId": "com.fushra.focus.desktop", + "appId": "com.fushra.browser.desktop", "version": { "product": "firefox", "version": "95.0.2", @@ -17,19 +17,19 @@ }, "newtab": { "id": "newtab@browser.fushra.com", - "url": "https://github.com/focus-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip" + "url": "https://github.com/lepton-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip" }, "firepicker": { "id": "fire-picker@browser.fushra.com", - "url": "https://github.com/focus-browser/fire-picker/releases/download/v1.1.0/release.zip" + "url": "https://github.com/lepton-browser/fire-picker/releases/download/v1.1.0/release.zip" } }, "brands": { "stable": { "backgroundColor": "#2B2A33", - "brandShorterName": "Focus", - "brandShortName": "Focus Browser", - "brandFullName": "Focus Browser" + "brandShorterName": "Lepton", + "brandShortName": "Lepton Browser", + "brandFullName": "Lepton Browser" } } }