chore: Update package.json version to 1.3.17 and improve packaging process

Update the version in package.json to 1.3.17 and make improvements to the packaging process.
This commit is contained in:
mauro-balades 2024-09-08 19:15:39 +02:00
parent 05253f6a18
commit 57998e2b5c
2 changed files with 5 additions and 4 deletions

View file

@ -375,10 +375,11 @@ pref("app.update.promptWaitTime", 691200);
// app.update.url.details: 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.manual", "https://zen-browser.app/");
pref("app.update.url.manual", "https://zen-browser.app/download/");
pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/");
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/latest/");
pref("app.releaseNotesURL.aboutDialog", "https://zen-browser.app/");
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/latest/%VERSION%/");
pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes/%VERSION%/");
pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSION%/");
// Number of usages of the web console.
// If this is less than 5, then pasting code into the web console is disabled