unraid / usb-creator-next

The home of the Next-Gen Unraid USB Creator, a fork of the Raspberry Pi Imager
https://unraid.net/getting-started
Other
6 stars 3 forks source link

[TO REVISIT] Static Linking / Single Windows Executable #29

Open elibosley opened 3 months ago

elibosley commented 3 months ago

Eventually we'd like to have a single executable on Windows, rather than an installer - the way to do this is probably with Static Linking the QT binary (which is allowed since our repo is open-source).

elibosley commented 3 months ago

Static linking is fine to do when your repo is open source, at least according to QT TOS.

I need to investigate further to ensure that it is allowed by the libraries that we use.