Skip to content

Commit 68870c6

Browse files
Fix typo
1 parent 906eb9b commit 68870c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ EOF
247247
find ./Heavy -type f -perm +111 -exec file {} \; | grep "Mach-O.*executable" | cut -d: -f1 | while read f; do
248248
/usr/bin/codesign --force --options runtime -s --entitlements entitlements.plist "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" "$f"
249249
done
250-
find . -type f \( -name "*.dylib" -o -name "*.so" \) -exec /usr/bin/codesign --force --options runtime --entitlements entitlements.plist -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" {} \;
250+
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)" {} \;
251251

252252
# Submit the zipped executable for notarization
253253
# This makes sure we can at least run it with online notarization

0 commit comments

Comments
 (0)