Index: packagerEdge.py |
=================================================================== |
--- a/packagerEdge.py |
+++ b/packagerEdge.py |
@@ -171,6 +171,11 @@ |
files['manifest.json'] = packagerChrome.createManifest(params, files) |
+ if (metadata.has_option('general', 'backgroundScripts') and |
+ 'lib/info.js' in metadata.get('general', 'backgroundScripts').split() |
kzar
2016/12/13 09:19:22
IMO this looks kind of ugly, I don't like how the
Vasily Kuznetsov
2016/12/13 18:49:58
I would have computed the background scripts list
Sebastian Noack
2016/12/15 13:58:06
I agree with Vasily here. Also, is it even necesse
Oleksandr
2016/12/22 02:53:24
I think touching packagerChrome.py would require a
|
+ 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'): |