cathoderaydude / Babel

A simple translation tool for on-screen text using Google Cloud Vision and Translate. Intended for translating emulated videogames and similar things.
MIT License
2 stars 0 forks source link

Clean up DLL hell #42

Closed cathoderaydude closed 4 years ago

cathoderaydude commented 4 years ago

The program is generating 130MB of DLLs in the build due to some nonsense with the package management. There's stuff we can google on how to fix this but it's definitely important.

cathoderaydude commented 4 years ago

It seems that this just isn't a real problem. You can copy out just the EXE and it seems to run fine. We'll need to make sure users install .NET framework 4.6.1.