unitycoder / UnityLauncher

Unity Version Launcher
MIT License
138 stars 28 forks source link

dont check for uninstall.exe #78

Closed unitycoder closed 5 years ago

unitycoder commented 5 years ago

because then it cannot find preview builds (like new ui build) also but here, checks for uninstall path twice https://github.com/unitycoder/UnityLauncher/blob/master/UnityLauncher/Form1.cs#L232

unitycoder commented 5 years ago

actually its required to use uninstall.exe, because it contains the actual version string unity.exe doesnt.