File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Frameworks/Sparkle.framework/Versions/B/Autoupdate"
3636 codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app" )
3737 fi
38+ if [ -d $macvim_path /Contents/Frameworks/Sparkle.framework ]; then
39+ (set -x
40+ codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Frameworks/Sparkle.framework" )
41+ fi
3842 set -x
39- codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Frameworks/Sparkle.framework"
4043 codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Frameworks/PSMTabBarControl.framework"
4144 codesign -f -s " Developer ID Application" -o runtime --timestamp " $macvim_path /Contents/Library/QuickLook/QLStephen.qlgenerator/Contents/MacOS/QLStephen"
4245 codesign -f -s " Developer ID Application" -o runtime --timestamp --entitlements $entitlements " $macvim_path /Contents/MacOS/Vim"
You can’t perform that action at this time.
0 commit comments