Skip to content

Commit

Permalink
Merge pull request #1367 from ychin/fix-sparkle2-xpcservices-symlink
Browse files Browse the repository at this point in the history
Remove Sparkle 2's XPCServices symlink
  • Loading branch information
ychin authored Feb 15, 2023
2 parents 3e0cf81 + fc8b1be commit 30f3dd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MacVim/scripts/cleanup-after-build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set -e

macvim_path=$1

sparkle_xpcservices_symlink="$macvim_path/Contents/Frameworks/Sparkle.framework/XPCServices"
sparkle_xpcservices="$macvim_path/Contents/Frameworks/Sparkle.framework/Versions/Current/XPCServices"

if [ -d "$sparkle_xpcservices" ]; then
Expand All @@ -19,4 +20,5 @@ if [ -d "$sparkle_xpcservices" ]; then
# otherwise. See https://sparkle-project.org/documentation/sandboxing/.
set -x
rm -rf "$sparkle_xpcservices"
rm "$sparkle_xpcservices_symlink"
fi

0 comments on commit 30f3dd4

Please sign in to comment.