diff options
author | Nick White <git@njw.name> | 2024-01-31 23:55:23 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2024-01-31 23:55:23 +0000 |
commit | b14f62f36939e0c14f12d4a823c9b1d701420cd4 (patch) | |
tree | 2e1187d0f54c762c0e877ce13e626aa25816ed27 /osxcrossbuild | |
parent | c770a86cca74f3b6235000c77c2ab74487e2ac2a (diff) |
Diffstat (limited to 'osxcrossbuild')
-rwxr-xr-x | osxcrossbuild | 3 |
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 |