Open
Description
Feature Request
Describe the Feature Request
The current CD deployment only covers Windows and MacOS builds. Adding a static Linux build would help make sure everyone has a build ready even if each distribution's build isn't ready yet. This may be especially important if a new release needs to be made for security reasons in the future. Github Action's cache system could be used to cache the depends builds and avoid making the builds take a long time.
Describe Alternatives
If Flatpack or any other more universal Linux packaging system is used, that would give the same benefit. It might just take more work to make that happen.
There also could be a build for each distribution, but this seems like it would be more work to maintain automated scripts for.