On Wed, Nov 16, 2022 at 10:46 AM Erich E. Hoover erich.e.hoover@gmail.com wrote:
- I do not believe that our current addons (wine-gecko/wine-mono) have
a way to distribute files on the Unix side of the line, but I haven't looked at this in a while
This is correct, they only contain PE/Windows binaries. Distributing unix code in this way would be more complicated because it needs to be available for all platforms Wine supports, not just Linux.
I don't think that addons are a good fit for wrapping native libraries.