Skip to content

Commit

Permalink
Merge pull request #1359 from ychin/fix-macvim-sign-scripts-sparkle-1
Browse files Browse the repository at this point in the history
Fix MacVim code signing script to work with Sparkle 1
  • Loading branch information
ychin committed Feb 7, 2023
2 parents 2e74830 + a3042b8 commit d3ec355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MacVim/scripts/sign-developer-id
Expand Up @@ -27,6 +27,7 @@ else
# explicit and sign everything in order to be clear what we are doing.
if [ -d "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A" ]; then
(set -x
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop"
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app")
fi
if [ -d $macvim_path/Contents/Frameworks/Sparkle.framework/Versions/B ]; then
Expand Down

0 comments on commit d3ec355

Please sign in to comment.