and this directory will include chrome.manifest, install.rdf,
myextension.xpi...
Like it does tall...@mozilla.org.
I tried to study Makefiles but have no success.
Can you advice me?
JV
Assuming that you have gotten the extension files installed into
dist/bin/extensions/myext...@foo.bar:
you need to add the extension files to the packaging manifest which is used
to create the installer. For Thunderbird, that is
mail/installer/windows/packages-static
If you haven't gotten files installed to
dist/bin/extensions/myext...@foo.bar yet, you need to look at the DOM
Inspector makefile: extensions/inspector/Makefile.in
--BDS