AudioSwitcher icon indicating copy to clipboard operation
AudioSwitcher copied to clipboard

No MD5

Open JannesStroehlein opened this issue 5 years ago • 1 comments

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

JannesStroehlein avatar Jun 06 '19 10:06 JannesStroehlein

Just disable Hash.

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

steam3d avatar Nov 01 '20 11:11 steam3d