jaymzh / concordance

Program Harmony remote controls from Linux, Windows, or Mac!
GNU General Public License v3.0
146 stars 19 forks source link

Remove hard-coded DLLs from Windows installer build #41

Closed swt2c closed 2 years ago

swt2c commented 2 years ago

The set of bundled Windows DLLs had been hard-coded in the NSIS script and thus it was difficult to maintain. Instead, use mingw-ldd to automatically generate the list of required DLLs and copy them to a temp directory before creating the installer.

jaymzh commented 2 years ago

Thanks for all the CI work man, it's awesome. Been meaning to do it forever.