You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented checks for the MD5 hash for the HAP dll file. This is to make so that people don't use a wrong version of HAP, since TNUC only previously checkes for the file name. Now we are also checking the hash which means that we are comparing the entire file. This should fix all the dll hell trouble, sorry for the late fix :/
Changed
Moved class files
Updated HAP to v1.7.1
Fixed
An issue where the file is still being used by TNUC after the drivers have been downloaded. This was the cause of #26, thanks a lot https://github.com/indivisible for fixing the issue, credits to him!