summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2024-01-31 23:55:23 +0000
committerNick White <git@njw.name>2024-01-31 23:55:23 +0000
commitb14f62f36939e0c14f12d4a823c9b1d701420cd4 (patch)
tree2e1187d0f54c762c0e877ce13e626aa25816ed27
parentc770a86cca74f3b6235000c77c2ab74487e2ac2a (diff)
Sign getgbook in osxcrossbuild scriptHEADmaster
-rwxr-xr-xosxcrossbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/osxcrossbuild b/osxcrossbuild
index 89bb50b..660eadb 100755
--- a/osxcrossbuild
+++ b/osxcrossbuild
@@ -22,3 +22,6 @@ mv getgbook getgbook.arm64
lipo -create getgbook.amd64 getgbook.arm64 -output getgbook || exit 1
rm getgbook.amd64 getgbook.arm64
+codesign -f -s - getgbook || exit 1
+codesign -f -s - libcrypto.1.1.dylib || exit 1
+codesign -f -s - libssl.1.1.dylib || exit 1