pepsighan / mime-detective

Detects the mime-type of a file using magic numbers
MIT License
5 stars 2 forks source link

Make mime-detective cross-platform #3

Closed pepsighan closed 4 years ago

pepsighan commented 5 years ago

Continued https://github.com/csharad/mime-detective/issues/1#issuecomment-464310889

To make mime-detective cross-platform, we need to statically store the .mgc files in the binary itself so that it does not look for the installed magic definitions in the target systems.

ElXreno commented 4 years ago

Some news here?

pepsighan commented 4 years ago

Thanks for the notification. Had forgotten about the issue.

I have made the changes and published a new version.