There should be a way for the bundle to (1) be installed via make install, (2) downloaded automatically from GitHub Releases, and (3) be idempotent so that the download only happens if a change was detected.
The goal is to have this in for the Box64 v0.4.2 release. In v0.4.4, we can completely remove the x64lib/ and x86lib/ libraries from the git repository.
Related: #2389
There should be a way for the bundle to (1) be installed via
make install, (2) downloaded automatically from GitHub Releases, and (3) be idempotent so that the download only happens if a change was detected.The goal is to have this in for the Box64 v0.4.2 release. In v0.4.4, we can completely remove the
x64lib/andx86lib/libraries from the git repository.Related: #2389