achadwick / styrene

A repacking tool that creates usable app bundles for regular Windows users out of MSYS2 binary packages.
GNU General Public License v3.0
40 stars 11 forks source link

Packaging precompiled libraries with MSYS2 dependnecies #28

Open TidbitSoftware opened 1 year ago

TidbitSoftware commented 1 year ago

Hello, I have installed all dependencies for Styrene, cloned the repo, and run Styrene with the example config file. Everything works as expected. Now, I have copied out the example config file and have started making modifications, but one thing is not clear: how do you include, for example, a set of precompiled libraries with the bundle. For example, what I would like to include in the bundle is,

The resulting bundle does not need to be an installer: it could simply be a .zip. Thank you for your time and for the work you've put into Styrene.