diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-10-06 11:10:54 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-10-06 12:54:04 -0400 |
commit | b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f (patch) | |
tree | 5aff6ad87ef55f14528cff6c6faab3594e771ff7 /application/palemoon/branding/official | |
parent | 8860eddcee1417483cafd114f3a9ec127e0f1f74 (diff) | |
download | UXP-b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f.tar UXP-b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f.tar.gz UXP-b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f.tar.lz UXP-b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f.tar.xz UXP-b3b06d0ffd2cb50d6d0cd49484b0987750e0b86f.zip |
Pale Moon Installer: Update Windows ARP URLs.
Diffstat (limited to 'application/palemoon/branding/official')
-rw-r--r-- | application/palemoon/branding/official/branding.nsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/palemoon/branding/official/branding.nsi b/application/palemoon/branding/official/branding.nsi index 2b6dbe7bd..7278e8d6c 100644 --- a/application/palemoon/branding/official/branding.nsi +++ b/application/palemoon/branding/official/branding.nsi @@ -11,7 +11,9 @@ !define BrandFullNameInternal "Pale Moon" !define CompanyName "Moonchild Productions" !define URLInfoAbout "http://www.palemoon.org/" -!define URLUpdateInfo "http://www.palemoon.org/releasenotes-ng.shtml" +!define URLUpdateInfo "http://www.palemoon.org/releasenotes.shtml" +!define HelpLink "http://www.palemoon.org/troubleshooting.shtml" +!define URLSystemRequirements "http://www.palemoon.org/download.shtml" ; The OFFICIAL define is a workaround to support different urls for Release and ; Beta since they share the same branding when building with other branches that |