blamarche / TouchGamingMouse

An on-screen Windows dock for using 'extra' mouse functions commonly used in games, but often not handled for touch screens, such as middle mouse button, scroll wheel, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is releases section?

drewB opened this issue · comments

In the read me it says to install from the releases section but I don’t see a release folder in the code. Am I just missing something?

Ah, I think I misunderstood the README. I was picturing there was a release folder with binaries. I now see at the bottom about building that there is no binary and you have to build it yourself. I tried building and looks like there is an invalid image link to http://www.hardcodet.net/taskbar.

Ok. This is all me being new to Visual Studio and C#. To get it to compile I had to update the following dependencies:

  • Hardcodet.NotifyIcon.Wpf to version 1.1.0
  • System.Text.Json to version 4.7.2