mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Add icons to the Chrome extensions
This commit is contained in:
parent
f8e70dcf13
commit
d18f8d11bc
5 changed files with 7 additions and 1 deletions
3
make.js
3
make.js
|
@ -590,7 +590,8 @@ target.chrome = function() {
|
|||
[COMMON_WEB_FILES, CHROME_BUILD_CONTENT_DIR + '/web'],
|
||||
[['extensions/chrome/*.json',
|
||||
'extensions/chrome/*.html',
|
||||
'extensions/chrome/*.js'],
|
||||
'extensions/chrome/*.js',
|
||||
'extensions/chrome/icon*.png',],
|
||||
CHROME_BUILD_DIR],
|
||||
[BUILD_TARGET, CHROME_BUILD_CONTENT_DIR + BUILD_TARGET],
|
||||
['external/webL10n/l10n.js', CHROME_BUILD_CONTENT_DIR + '/web'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue