Skip to content

Commit 734903f

Browse files
committed
Notarize all binaries
1 parent f018969 commit 734903f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ EOF
248248
/usr/bin/codesign --force --options runtime --entitlements entitlements.plist -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" "$f"
249249
done
250250
find ./Heavy -type f \( -name "*.dylib" -o -name "*.so" \) -exec /usr/bin/codesign --force --options runtime --entitlements entitlements.plist -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" {} \;
251-
251+
252252
# Submit the zipped executable for notarization
253253
# This makes sure we can at least run it with online notarization
254-
ditto -c -k --keepParent ./Heavy/bin Heavy.zip
254+
ditto -c -k --keepParent ./Heavy Heavy.zip
255255
xcrun notarytool store-credentials "notary_login" --apple-id ${AC_USERNAME} --password ${AC_PASSWORD} --team-id "7SV7JPRR2L"
256256
xcrun notarytool submit Heavy.zip --keychain-profile "notary_login" --wait
257257
rm Heavy.zip

0 commit comments

Comments
 (0)