We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6bcfe commit 1201b5bCopy full SHA for 1201b5b
admin/mac/build-release-osx.sh
@@ -37,7 +37,8 @@ VERSION=$1
37
cp $ROOT/../admin/mac/qt.conf Contents/Resources/qt.conf
38
39
header "Copying Sparkle framework"
40
- cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks
+ rm -rf Contents/Frameworks/Sparkle.framework
41
+ cp -R /Library/Frameworks/Sparkle.framework Contents/Frameworks/
42
43
header "Creating DMG"
44
cd ..
0 commit comments