]> git.parisson.com Git - pdf.js.git/commitdiff
Add icon for extension.
authorBrendan Dahl <brendan.dahl@gmail.com>
Tue, 20 Mar 2012 22:25:02 +0000 (15:25 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Tue, 20 Mar 2012 22:25:02 +0000 (15:25 -0700)
Makefile
extensions/firefox/icon.png [new file with mode: 0644]
extensions/firefox/icon64.png [new file with mode: 0644]
make.js

index 0666dfe2c5a319b2426e0a2448f3ce1d4ca41e3f..62565670ade9c659a537f03b2312e91ad4c3ba75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,7 @@ FIREFOX_CONTENT_DIR := $(EXTENSION_SRC)/firefox/$(CONTENT_DIR)/
 FIREFOX_EXTENSION_FILES_TO_COPY = \
        *.js \
        *.rdf \
+       *.png \
        install.rdf.in \
        README.mozilla \
        components \
@@ -234,12 +235,16 @@ FIREFOX_EXTENSION_FILES_TO_COPY = \
 FIREFOX_EXTENSION_FILES = \
        bootstrap.js \
        install.rdf \
+       icon.png \
+       icon64.png \
        components \
        content \
        LICENSE \
        $(NULL)
 FIREFOX_MC_EXTENSION_FILES = \
        bootstrap.js \
+       icon.png \
+       icon64.png \
        components \
        content \
        LICENSE \
diff --git a/extensions/firefox/icon.png b/extensions/firefox/icon.png
new file mode 100644 (file)
index 0000000..6476375
Binary files /dev/null and b/extensions/firefox/icon.png differ
diff --git a/extensions/firefox/icon64.png b/extensions/firefox/icon64.png
new file mode 100644 (file)
index 0000000..0131bbb
Binary files /dev/null and b/extensions/firefox/icon64.png differ
diff --git a/make.js b/make.js
index f2e499f8a129d007a1d27d206d97b1558654086d..33771aeb7c5a8594a229246940e8e1cb1a35ba8e 100755 (executable)
--- a/make.js
+++ b/make.js
@@ -220,6 +220,7 @@ target.firefox = function() {
       FIREFOX_EXTENSION_FILES_TO_COPY =
         ['*.js',
          '*.rdf',
+         '*.png',
          'install.rdf.in',
          'README.mozilla',
          'components',
@@ -227,11 +228,15 @@ target.firefox = function() {
       FIREFOX_EXTENSION_FILES =
         ['bootstrap.js',
          'install.rdf',
+         'icon.png',
+         'icon64.png',
          'components',
          'content',
          'LICENSE'];
       FIREFOX_MC_EXTENSION_FILES =
         ['bootstrap.js',
+         'icon.png',
+         'icon64.png',
          'components',
          'content',
          'LICENSE'];