File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ target.locale = function() {
135
135
var CHROME_MANIFEST_OUTPUT = 'extensions/firefox/chrome.manifest.inc' ;
136
136
var EXTENSION_LOCALE_OUTPUT = 'extensions/firefox/locale' ;
137
137
var VIEWER_OUTPUT = 'web/locale.properties' ;
138
- var DEFAULT_LOCALE = 'en-US' ;
139
138
140
139
cd (ROOT_DIR );
141
140
echo ();
@@ -357,15 +356,16 @@ target.firefox = function() {
357
356
FIREFOX_BUILD_CONTENT_DIR + 'PdfJs.jsm' );
358
357
359
358
// Copy extension files
360
- cd ('extensions/firefox' );
359
+ cd (FIREFOX_EXTENSION_DIR );
361
360
cp ('-R' , FIREFOX_EXTENSION_FILES_TO_COPY , ROOT_DIR + FIREFOX_BUILD_DIR );
362
361
cd (ROOT_DIR );
363
362
364
363
var setup = {
365
364
defines : defines ,
366
365
copy : [
367
366
[COMMON_WEB_FILES , FIREFOX_BUILD_CONTENT_DIR + '/web' ],
368
- ['extensions/firefox/tools/l10n.js' , FIREFOX_BUILD_CONTENT_DIR + '/web' ]
367
+ [FIREFOX_EXTENSION_DIR + 'tools/l10n.js' ,
368
+ FIREFOX_BUILD_CONTENT_DIR + '/web' ]
369
369
],
370
370
preprocess : [
371
371
[COMMON_WEB_FILES_PREPROCESS , FIREFOX_BUILD_CONTENT_DIR + '/web' ]
You can’t perform that action at this time.
0 commit comments