From 41d45a1f1d59b6b2f9d094ec81ce350e221bc7e2 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 14 Jul 2025 18:21:05 +0800 Subject: [PATCH] Add documentation about how to run from source Signed-off-by: Daniel Schaefer --- docs/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.html b/docs/index.html index 8336abf5..c0781144 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1126,6 +1126,15 @@

APK signing

--in application.apk +

Development

+ +If you'd like to build and run jsign from source, please follow the below instructions: + +
+  mvn clean package -DskipTests
+  java -jar jsign/target/jsign-7.3-SNAPSHOT.jar --help
+
+

Credits

Jsign leverages the cryptography API developed by the Bouncy Castle project.