hidutils / hid-recorder

A utility to record HID data from /dev/hidraw devices
MIT License
1 stars 4 forks source link

Make pre-built artifacts available via github workflows #29

Closed whot closed 3 months ago

whot commented 3 months ago

Somewhat related to #25. Ideally we'd have a simple URL for users to download the static build of hid-recorder directly from github artifacts. This way they don't have to care about dependencies and cargo's install behaviour (into $HOME) that will fail when running as root.