Skip to content

Commit

Permalink
Remove FIDO2 AID suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Aug 29, 2024
1 parent d45ffd9 commit 7336c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/compile/FIDO2Applet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source "${0%/*}/res/compile.sh"
prepare_build FIDO2Applet
patch_version $BUILD/src/main/java/us/q3q/fido2/FIDO2Applet.java
cd $BUILD
JC_HOME=/app/sdks/jc304_kit ./gradlew -PPackageID=A0000006472F0001 -PApplicationID=A0000006472F000101 buildJavaCard classes
JC_HOME=/app/sdks/jc304_kit ./gradlew -PPackageID=A0000006472F00 -PApplicationID=A0000006472F0001 buildJavaCard classes
cp $BUILD/build/javacard/*.cap /app/src/bin/

0 comments on commit 7336c49

Please sign in to comment.