Skip to content

Commit

Permalink
new url for update and brand
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Mar 26, 2024
1 parent 203d703 commit b734c9b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions floorp/browser/app/profile/000-floorp.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ pref("floorp.openLinkInExternal.enabled", false);
pref("floorp.openLinkInExternal.browserId", "");

// システムアドオンのアップデート確認先
pref("extensions.systemAddon.update.url", "https://floorp-update.ablaze.one/systemAddon/xml/%DISPLAY_VERSION%/%OS%/update.xml");
pref("extensions.systemAddon.update.url", "https://update.astian.org/systemAddon/xml/%DISPLAY_VERSION%/%OS%/update.xml");

// 言語設定をシステムに合わせる
pref("intl.locale.requested", "");

pref("app.feedback.baseURL", "https://support.ablaze.one/");
pref("app.feedback.baseURL", "https://community.astian.org/");

// 多段タブ
pref("floorp.tabbar.style",0);
Expand Down
10 changes: 5 additions & 5 deletions floorp/browser/branding/aurora/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Floorp Dev"
!define BrandFullName "Floorp Dev"
!define CompanyName "Ablaze"
!define URLInfoAbout "https://Ablaze.one"
!define BrandFullNameInternal "Midori Dev"
!define BrandFullName "Midori Dev"
!define CompanyName "Astian"
!define URLInfoAbout "https://astian.org"
!define URLUpdateInfo "https://www.mozilla.org/firefox/${AppVersion}/releasenotes"
!define HelpLink "https://support.ablaze.one"
!define HelpLink "https://community.astian.org"

; The OFFICIAL define is a workaround to support different urls for Release and
; Beta since they share the same branding when building with other branches that
Expand Down
14 changes: 7 additions & 7 deletions floorp/browser/branding/aurora/locales/en-US/brand.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
## For further details, consult:
## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark

-brand-shorter-name = Floorp Dev
-brand-short-name = Floorp Dev
-brand-shortcut-name = Floorp Dev
-brand-full-name = Floorp Dev
-brand-shorter-name = Midori Dev
-brand-short-name = Midori Dev
-brand-shortcut-name = Midori Dev
-brand-full-name = Midori Dev
# This brand name can be used in messages where the product name needs to
# remain unchanged across different versions (Nightly, Beta, etc.).
-brand-product-name = Floorp Dev
-vendor-short-name = Ablaze
trademarkInfo = Floorp Dev and the Floorp logos are trademarks of the Ablaze.
-brand-product-name = Midori Dev
-vendor-short-name = Astian
trademarkInfo = Midori Dev and the Midori logos are trademarks of the Astian.
12 changes: 6 additions & 6 deletions floorp/browser/branding/beta/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Floorp Daylight"
!define BrandFullName "Floorp Daylight"
!define CompanyName "Ablaze"
!define URLInfoAbout "https://Ablaze.one"
!define BrandFullNameInternal "Midori Daylight"
!define BrandFullName "Midori Daylight"
!define CompanyName "Astian"
!define URLInfoAbout "https://astian.org"
!define URLUpdateInfo "https://www.mozilla.org/firefox/${AppVersion}/releasenotes"
!define HelpLink "https://support.ablaze.one"
!define HelpLink "https://community.astian.org"

; The OFFICIAL define is a workaround to support different urls for Release and
; Beta since they share the same branding when building with other branches that
Expand All @@ -27,7 +27,7 @@
!define Channel "release"

# The installer's certificate name and issuer expected by the stub installer
!define CertNameDownload "Ablaze"
!define CertNameDownload "Astian"
!define CertIssuerDownload "DigiCert SHA2 Assured ID Code Signing CA"

# Dialog units are used so the UI displays correctly with the system's DPI
Expand Down

0 comments on commit b734c9b

Please sign in to comment.