bundlebuilder: install mimetypes.xml and associated icon #2262

As we do create the ActivityBundle in the config of the bundlebuilder
we can use the code from the activitybundle as well to install
the mime type.

Reviewed-By: Sascha Silbe <sascha-pgp@silbe.org>
master
Simon Schampijer 14 years ago
parent 1adc165a8c
commit aadfeed305

@ -276,6 +276,8 @@ class Installer(object):
shutil.copy(source, dest)
self.config.bundle.install_mime_type(self.config.source_dir)
def cmd_dev(config, args):
"""Setup for development"""

Loading…
Cancel
Save