author | Ryan C. Gordon |
Tue, 07 Apr 2020 14:03:13 -0400 | |
changeset 13704 | 25edf3df6e51 |
parent 12098 | 8eb14aba4e87 |
permissions | -rw-r--r-- |
1 This file is mostly for the maintainer.
3 1. Build hidapi.dll
4 2. Build hidtest.exe in DEBUG and RELEASE
5 3. Commit all
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