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

Change maxVersion to *

This commit is contained in:
notmasteryet 2012-03-15 07:36:20 -05:00
parent f79ed9c941
commit b7ff72f5a4
2 changed files with 5 additions and 0 deletions

View file

@ -297,6 +297,8 @@ target.firefox = function() {
extensionFiles += file+'\n';
}
extensionFiles.to('extension-files');
// <em:maxVersion> must be set to "*" for mozilla-central
sed('-i', /em:maxVersion>[^<]*/, 'em:maxVersion>*', 'install.rdf');
};
//