marcjoha / AudioSwitcher

A Windows systray utility for quickly changing the default audio device
47 stars 19 forks source link

No MD5 #6

Open JannesStroehlein opened 5 years ago

JannesStroehlein commented 5 years ago

Hello, I've just downloaded and opened your Project but if I start the App I get the Error no MD5 What can I do? Thanks

steam3d commented 4 years ago

Just disable Hash.

private static bool HasCorrectHash(string controllerExePath)
{
    return true;
}