🚚 Rename Focus to Lepton

Needs to be backported to alpha at some point
This commit is contained in:
trickypr 2022-01-10 13:38:49 +11:00
parent 744cce8c56
commit 3e1372a627
2 changed files with 16 additions and 16 deletions

View File

@ -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}

View File

@ -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"
}
}
}