Skip to content

Commit

Permalink
update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Dec 31, 2023
1 parent a7a567e commit 24656dd
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Builds of Mercury Browser based on ESR115 for Windows 7/8/8.1 support.
It aims to be the Firefox equivalent of my main project: [Thorium](https://github.com/Alex313031/Thorium) (a [Chromium](https://www.chromium.org/) fork).

## Patches <img src="https://raw.githubusercontent.com/Alex313031/Mercury/main/logos/patches.png" width="28">
See > [PATCHES.md](https://github.com/Alex313031/Mercury/blob/main/docs/PATCHES.md)
See > [PATCHES.md](https://github.com/Alex313031/Mercury-Win7/blob/main/docs/PATCHES.md)

## Bugs <img src="https://github.com/Alex313031/Mercury/blob/main/logos/bug.svg" width="28">
See > [BUGS.md](https://github.com/Alex313031/Mercury/blob/main/docs/BUGS.md)
## Bugs <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/bug.svg" width="28">
See > [BUGS.md](https://github.com/Alex313031/Mercury-Win7/blob/main/docs/BUGS.md)

## Building <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_dark.svg#gh-light-mode-only">
See > [BUILDING.md](https://github.com/Alex313031/Mercury/blob/main/docs/BUILDING.md) and [DEBUGGING.md](https://github.com/Alex313031/Mercury/blob/main/docs/DEBUGGING.md).
## Building <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_dark.svg#gh-light-mode-only">
See > [BUILDING.md](https://github.com/Alex313031/Mercury-Win7/blob/main/docs/BUILDING.md) and [DEBUGGING.md](https://github.com/Alex313031/Mercury-Win7/blob/main/docs/DEBUGGING.md).
14 changes: 7 additions & 7 deletions browser/branding/mercury/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#!define BrandShortName "Mercury"
!define BrandFullName "Mercury"
!define CompanyName "Mercury"
!define URLInfoAbout "https://github.com/Alex313031/Mercury#readme"
!define URLUpdateInfo "https://github.com/Alex313031/Mercury/releases"
!define HelpLink "https://github.com/Alex313031/Mercury/issues"
!define URLInfoAbout "https://github.com/Alex313031/Mercury-Win7#readme"
!define URLUpdateInfo "https://github.com/Alex313031/Mercury-Win7/releases"
!define HelpLink "https://github.com/Alex313031/Mercury-Win7/issues"

!define URLStubDownloadX86 "https://github.com/Alex313031/Mercury/releases"
!define URLStubDownloadAMD64 "https://github.com/Alex313031/Mercury/releases/latest"
!define URLStubDownloadAArch64 "https://github.com/Alex313031/Mercury/releases"
!define URLManualDownload "https://github.com/Alex313031/Mercury/releases"
!define URLStubDownloadX86 "https://github.com/Alex313031/Mercury-Win7/releases"
!define URLStubDownloadAMD64 "https://github.com/Alex313031/Mercury-Win7/releases/latest"
!define URLStubDownloadAArch64 "https://github.com/Alex313031/Mercury-Win7/releases"
!define URLManualDownload "https://github.com/Alex313031/Mercury-Win7/releases"
!define URLSystemRequirements "https://www.mozilla.org/firefox/system-requirements/"
!define Channel "unofficial"

Expand Down
2 changes: 1 addition & 1 deletion browser/branding/mercury/pref/firefox-branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pref("app.update.interval", 86400); // 24 hours
pref("app.update.promptWaitTime", 691200);
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "https://github.com/Alex313031/Mercury/releases");
pref("app.update.url.manual", "https://github.com/Alex313031/Mercury-Win7/releases");
// A default value for the "More information about this update" link
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "https://nightly.mozilla.org");
Expand Down
4 changes: 2 additions & 2 deletions docs/BUGS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## BUGS.md <img src="https://github.com/Alex313031/Mercury/blob/main/logos/bug.svg" width="28">
## BUGS.md <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/bug.svg" width="28">

<img src="https://github.com/Alex313031/Mercury/blob/main/logos/robot_256.png">
<img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/robot_256.png">

## Document listing known bugs in Mercury or Firefox that will affect usability. Fixed bugs will have a FIXED tag with the date it was fixed at the end. Discoverers/Fixers will have their name at the end.
**2022**
Expand Down
4 changes: 2 additions & 2 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Building <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_dark.svg#gh-light-mode-only">
## Building <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_dark.svg#gh-light-mode-only">
_**The scripts assume the Mercury source is at $HOME/Mercury/ and Mozilla source is at $HOME/mozilla-unified/. You may have to 'sudo chmod +x' the scripts to make them executable.**_

- In general we follow build instructions at https://firefox-source-docs.mozilla.org/setup/linux_build.html
Expand All @@ -10,4 +10,4 @@ _**The scripts assume the Mercury source is at $HOME/Mercury/ and Mozilla source

*Happy Mercury Building!*

<img src="https://github.com/Alex313031/Mercury/blob/main/logos/geckoview.svg" width="144">
<img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/geckoview.svg" width="144">
2 changes: 1 addition & 1 deletion docs/DEBUGGING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Debugging <img src="https://github.com/Alex313031/Mercury/blob/main/logos/bug.svg" width="28">
## Debugging <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/bug.svg" width="28">

### Useful cmdline flags
-new-instance // Open new instance, not a new window in running instance, which allows multiple copies of application to be open at a time. \
Expand Down
2 changes: 1 addition & 1 deletion docs/PATCHES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/Alex313031/Mercury/blob/main/logos/Mercury_256.png" width="144">
<img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/Mercury_256.png" width="144">

## List of patches included in Mercury <img src="https://raw.githubusercontent.com/Alex313031/Mercury/main/logos/patches.png" width="32">

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Mercury Infrastructure (Infra) <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury/blob/main/logos/build_dark.svg#gh-light-mode-only">
## Mercury Infrastructure (Infra) <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/build_dark.svg#gh-light-mode-only">

&nbsp;&nbsp;This dir contains files and scripts related to building Mercury and Mozilla Infrastructure.

Expand All @@ -8,4 +8,4 @@
- The [DEPS.md](DEPS.md) file lists prerequisites for building and running Mercury.
- The [PATCHES.md](PATCHES.md) file has a list of patches and changes.

<img src="https://github.com/Alex313031/Mercury/blob/main/logos/geckoview.svg" width="144">
<img src="https://github.com/Alex313031/Mercury-Win7/blob/main/logos/geckoview.svg" width="144">

0 comments on commit 24656dd

Please sign in to comment.