mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
Fix
This commit is contained in:
parent
d470b6ccb7
commit
9876b05f7e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.4.18",
|
"version": "1.4.20",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -377,7 +377,7 @@ pref("app.update.promptWaitTime", 691200);
|
||||||
// wizard.
|
// wizard.
|
||||||
pref("app.update.url.manual", "https://zen-browser.app/download/");
|
pref("app.update.url.manual", "https://zen-browser.app/download/");
|
||||||
pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/");
|
pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/");
|
||||||
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/latest/%VERSION%/");
|
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/%VERSION%/");
|
||||||
pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes/%VERSION%/");
|
pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes/%VERSION%/");
|
||||||
pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSION%/");
|
pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSION%/");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue