We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e74830 + a3042b8 commit d3ec355Copy full SHA for d3ec355
src/MacVim/scripts/sign-developer-id
@@ -27,6 +27,7 @@ else
27
# explicit and sign everything in order to be clear what we are doing.
28
if [ -d "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A" ]; then
29
(set -x
30
+ codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop"
31
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app")
32
fi
33
if [ -d $macvim_path/Contents/Frameworks/Sparkle.framework/Versions/B ]; then
0 commit comments