1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Add icon for extension.

This commit is contained in:
Brendan Dahl 2012-03-20 15:25:02 -07:00
parent 94fca5edc7
commit cd1fd17f7b
4 changed files with 10 additions and 0 deletions

View file

@ -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'];