rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
183 stars 40 forks source link

[ci] use package target and enhance windows build #157

Closed amurzeau closed 3 years ago

amurzeau commented 3 years ago

Replace manual install + tar with package target that does the same.

On Windows, bundle Qt's DLLs in generated artifacts. Also do retries for Qt dependencies as sometimes it fails because of bad network conditions.

This makes Windows builds usable as-is which can be really convenient :-)