File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ if [ -d "$OS_PATH/MacOS/python3.6" ]; then
54
54
fi
55
55
56
56
echo " Loop through bundled files and sign all binary files"
57
- find " build" \( -iname ' *.so ' -o -iname ' *.so' \) -exec codesign -s " OpenShot Studios, LLC" --timestamp=http://timestamp.apple.com/ts01 --force " {}" \;
57
+ find " build" \( -iname ' *.dylib ' -o -iname ' *.so' \) -exec codesign -s " OpenShot Studios, LLC" --timestamp=http://timestamp.apple.com/ts01 --force " {}" \;
58
58
59
59
echo " Code Sign App Bundle (deep)"
60
- codesign -s " OpenShot Studios, LLC" --force --options runtime --timestamp=http://timestamp.apple.com/ts01 " build/$OS_APP_NAME /Contents/MacOS/openshot-qt"
61
- codesign -s " OpenShot Studios, LLC" --force --options runtime --timestamp=http://timestamp.apple.com/ts01 " build/$OS_APP_NAME "
60
+ codesign -s " OpenShot Studios, LLC" --force --deep --options runtime --timestamp=http://timestamp.apple.com/ts01 " build/$OS_APP_NAME "
62
61
63
62
echo " Verifying App Signing"
64
63
spctl -a -vv " build/$OS_APP_NAME "
You can’t perform that action at this time.
0 commit comments