From cf47ac8b6108e858dedd5c3a8c3bd0b76f02fc9b Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 10 Jan 2024 12:33:17 -0500 Subject: [PATCH] Don't bother to build jbigi for this package anymore. --- build.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build.sh b/build.sh index b6d4a82..b93c7ef 100755 --- a/build.sh +++ b/build.sh @@ -169,19 +169,6 @@ if [ -z "$I2P_CODE_SIGNER" ]; then exit 0 fi -echo "NOT signing the runtime libraries" - -find I2P.app -name "*.dylib" -exec codesign --force -s "$I2P_SIGNER" -v '{}' \; -#find I2P.app -name "*.jnilib" -exec codesign --force -s "$I2P_CODE_SIGNER" -v '{}' \; - -echo "signing the bundle" -#codesign --force -f \ -# --options=runtime \ -# --entitlements resources/entitlements.xml \ -# -s "$I2P_SIGNER" \ -# --verbose=4 \ -# I2P.app - jpackage --name I2P --app-image I2P.app --app-version "$I2P_RELEASE_VERSION" \ --verbose --temp tmp \ --license-file build/LICENSE.txt \