diff options
-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 |