diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-08-22 08:25:44 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-08-22 08:25:44 -0400 |
commit | 31def0da05280ab834c3585c37ec1b5cde29c89c (patch) | |
tree | 347c8b3a9e7d5a1b920cc01c3eba47cca5459bbc /application/palemoon/app/profile/palemoon.js | |
parent | ab6242a93b849b0a3c7525b16bc01dd3172fc167 (diff) | |
download | UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.gz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.lz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.xz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.zip |
[MCP Applications] Add %WIDGET_TOOLKIT% to the AUS update url for Pale Moon and Basilisk
Also removes the redundant branding version of app.update.url in Pale Moon that was missed when many prefs were merged back into application preferences
Diffstat (limited to 'application/palemoon/app/profile/palemoon.js')
-rw-r--r-- | application/palemoon/app/profile/palemoon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index d0e078eb7..ee71c4ea1 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -160,7 +160,7 @@ pref("app.update.silent", false); pref("app.update.staging.enabled", true); // Update service URL: -pref("app.update.url", "https://aus.palemoon.org/?application=%PRODUCT%&version=%VERSION%&arch=%BUILD_TARGET%&buildid=%BUILD_ID%&channel=%CHANNEL%"); +pref("app.update.url", "https://aus.palemoon.org/?application=%PRODUCT%&version=%VERSION%&arch=%BUILD_TARGET%&toolkit=%WIDGET_TOOLKIT%&buildid=%BUILD_ID%&channel=%CHANNEL%"); // app.update.url.manual is in branding section // app.update.url.details is in branding section |