From 64ea67d9e951b43f55fd4cbc19283847492ff69f Mon Sep 17 00:00:00 2001 From: dg76 Date: Wed, 25 Mar 2020 08:54:51 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index efef644..9a96182 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # signpackage -Java: Recursively signs certain files, even inside jar files, with "codesign" on macOS. To notarize Java apps on macOS it is necessary to sign all jar and dylib file in the .app package with the same signature. dylib files can even exist inside jar files and have to be signed inside the jar file, too. This program here performs the