diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2018-11-30 22:02:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 22:02:01 +0100 |
commit | d7bb175713020feba859d4a769d632db2946e6ef (patch) | |
tree | e45aa44010da28d0f0a465043f908dc8a1a9be8c /application/palemoon/branding/unofficial/content | |
parent | 26f7e0ce36350d309c6b0fbd6261adbe98e93aab (diff) | |
parent | 2fa90d9b3879f9f96f0b6fc1b589ae4f2c62a990 (diff) | |
download | UXP-d7bb175713020feba859d4a769d632db2946e6ef.tar UXP-d7bb175713020feba859d4a769d632db2946e6ef.tar.gz UXP-d7bb175713020feba859d4a769d632db2946e6ef.tar.lz UXP-d7bb175713020feba859d4a769d632db2946e6ef.tar.xz UXP-d7bb175713020feba859d4a769d632db2946e6ef.zip |
Merge pull request #892 from binaryoutcast/pmTreeCleanup
PR to resolve #889 - Clean up the Pale Moon tree
Diffstat (limited to 'application/palemoon/branding/unofficial/content')
-rw-r--r-- | application/palemoon/branding/unofficial/content/jar.mn | 20 | ||||
-rw-r--r-- | application/palemoon/branding/unofficial/content/moz.build | 1 |
2 files changed, 10 insertions, 11 deletions
diff --git a/application/palemoon/branding/unofficial/content/jar.mn b/application/palemoon/branding/unofficial/content/jar.mn index 821aa03bc..bdb1e8129 100644 --- a/application/palemoon/branding/unofficial/content/jar.mn +++ b/application/palemoon/branding/unofficial/content/jar.mn @@ -4,13 +4,13 @@ browser.jar: % content branding %content/branding/ contentaccessible=yes - content/branding/about.png (about.png) - content/branding/about-background.png (about-background.png) - content/branding/about-logo.png (about-logo.png) - content/branding/about-logo@2x.png (about-logo@2x.png) - content/branding/about-wordmark.svg (about-wordmark.svg) - content/branding/icon48.png (icon48.png) - content/branding/icon64.png (icon64.png) - content/branding/icon16.png (../default16.png) - content/branding/icon32.png (../default32.png) - content/branding/aboutDialog.css (aboutDialog.css) + content/branding/about.png (about.png) + content/branding/about-background.png (about-background.png) + content/branding/about-logo.png (about-logo.png) + content/branding/about-logo@2x.png (about-logo@2x.png) + content/branding/about-wordmark.svg (about-wordmark.svg) + content/branding/icon48.png (icon48.png) + content/branding/icon64.png (icon64.png) + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/aboutDialog.css (aboutDialog.css) diff --git a/application/palemoon/branding/unofficial/content/moz.build b/application/palemoon/branding/unofficial/content/moz.build index 35f6d454a..c97072bba 100644 --- a/application/palemoon/branding/unofficial/content/moz.build +++ b/application/palemoon/branding/unofficial/content/moz.build @@ -4,5 +4,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. - JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file |