In #2795 there are some discuss about the BLOBs in Ventoy.
For a long time, I devoted my limited spare time to adding new features and fixing bugs and didn't get around to considering this.
It should be noted firstly that Ventoy is 100% open souce and everything is transparent.
Some binary files are directly get from other open source projects and Ventoy directly use them and don't need any change by default.
Now that someone cares about these BLOBs, so I think we can discuss about this and find a better way and use it step by step in Ventoy.
This will definitely take a long time and need some help but I think it's good for Ventoy.
One approach I'm thinking of right now is that, for these BLOBs, I create some sub-repos in github and build them by github CI just once, and use the binary file in Ventoy.
If we find some problem in these tools, we can update the source code and build again and use the new binary files in new Ventoy version.
What do you think about this?
For this, I want to confirm that
... continue reading