rileytestut / AltServer-Windows

GNU Affero General Public License v3.0
141 stars 49 forks source link

Don't distribute VCRedists directly #33

Open JJTech0130 opened 2 years ago

JJTech0130 commented 2 years ago

As recommended by https://docs.microsoft.com/en-US/cpp/windows/redistributing-visual-cpp-files, you should install the package, rather than including the DLLs in the application directory.

Not really that important, just something that would make the build process easier.

JJTech0130 commented 2 years ago

Wait, I see that setup.bat will automatically install the package properly? What is the point of bundling the DLLs?