mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
[suggestion] [PALEMOON] Unstable releases - fix some links on Linux
Issue #480
This commit is contained in:
parent
bbb5d38c60
commit
98b5fdb61b
1 changed files with 9 additions and 1 deletions
|
|
@ -26,11 +26,19 @@ pref("app.update.promptWaitTime", 86400);
|
|||
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail.
|
||||
#ifndef XP_LINUX
|
||||
pref("app.update.url.manual", "http://www.palemoon.org/unstable/");
|
||||
|
||||
#else
|
||||
pref("app.update.url.manual", "http://linux.palemoon.org/download/unstable/");
|
||||
#endif
|
||||
// A default value for the "More information about this update" link
|
||||
// supplied in the "An update is available" page of the update wizard.
|
||||
#ifndef XP_LINUX
|
||||
pref("app.update.url.details", "http://www.palemoon.org/unstable/");
|
||||
#else
|
||||
pref("app.update.url.details", "http://linux.palemoon.org/download/unstable/");
|
||||
#endif
|
||||
|
||||
#else
|
||||
// Updates disabled (Mac, etc.)
|
||||
pref("app.update.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue