| Index: packagerEdge.py |
| =================================================================== |
| --- a/packagerEdge.py |
| +++ b/packagerEdge.py |
| @@ -169,6 +169,11 @@ |
| files['manifest.json'] = packagerChrome.createManifest(params, files) |
| + if (metadata.has_option('general', 'backgroundScripts') and |
| + 'lib/info.js' in metadata.get('general', 'backgroundScripts').split() and |
| + 'lib/info.js' not in files): |
| + files['lib/info.js'] = packagerChrome.createInfoModule(params) |
| + |
| move_files_to_extension(files) |
| if metadata.has_section('appx_assets'): |