Skip to content

Commit

Permalink
feat: Add signing option to Docker command in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ksg97031 committed Oct 6, 2024
1 parent 04ad485 commit 21b0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Docker
APK_DIRECTORY=$PWD
APK_FILENAME=example.apk
docker run -v $APK_DIRECTORY/:/workspace/mount ksg97031/frida-gadget mount/$APK_FILENAME --arch arm64
docker run -v $APK_DIRECTORY/:/workspace/mount ksg97031/frida-gadget mount/$APK_FILENAME --arch arm64 --sign
...
# New apk is in the $APK_DIRECTORY/example/dist/example.apk
Expand Down

0 comments on commit 21b0e29

Please sign in to comment.