HACKING.txt (359B)
1 This file is mostly for the maintainer. 2 3 1. Build hidapi.dll 4 2. Build hidtest.exe in DEBUG and RELEASE 5 3. Commit all 6 7 4. Run the Following 8 export VERSION=0.1.0 9 export TAG_NAME=hidapi-$VERSION 10 git tag $TAG_NAME 11 git archive --format zip --prefix $TAG_NAME/ $TAG_NAME >../$TAG_NAME.zip 12 5. Test the zip file. 13 6. Run the following: 14 git push origin $TAG_NAME 15