File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments