Skip to content

Commit 1201b5b

Browse files
committed
Package unmodified Sparkle framework
1 parent 9d6bcfe commit 1201b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/mac/build-release-osx.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ VERSION=$1
3737
cp $ROOT/../admin/mac/qt.conf Contents/Resources/qt.conf
3838

3939
header "Copying Sparkle framework"
40-
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
40+
rm -rf Contents/Frameworks/Sparkle.framework
41+
cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks/
4142

4243
header "Creating DMG"
4344
cd ..

0 commit comments

Comments
 (0)