Skip to content

TinyNvidiaUpdateChecker v1.12.0

Choose a tag to compare

@ElPumpo ElPumpo released this 09 Mar 11:19
· 221 commits to master since this release

[1.12.0] - 2018-03-09

Added

  • 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!