Skip to content

Commit d3ec355

Browse files
authored
Merge pull request #1359 from ychin/fix-macvim-sign-scripts-sparkle-1
Fix MacVim code signing script to work with Sparkle 1
2 parents 2e74830 + a3042b8 commit d3ec355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MacVim/scripts/sign-developer-id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ else
2727
# explicit and sign everything in order to be clear what we are doing.
2828
if [ -d "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A" ]; then
2929
(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"
3031
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app")
3132
fi
3233
if [ -d $macvim_path/Contents/Frameworks/Sparkle.framework/Versions/B ]; then

0 commit comments

Comments
 (0)