summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/sign2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/sign b/packaging/macosx/sign
index 0b45d5f6d..cba65ff16 100644
--- a/packaging/macosx/sign
+++ b/packaging/macosx/sign
@@ -6,7 +6,7 @@ echo -- signing staging/Subsurface.app
cd staging
# remove the spurious DBus framework that we don't need
-rm -rf Subsurface.app/Contents/Frameworks/QtDBus.framework
+#rm -rf Subsurface.app/Contents/Frameworks/QtDBus.framework
# remove anything codesign doesn't want us to sign
find Subsurface.app/Contents/Frameworks/ \( -name Headers -o -name \*.prl -o -name \*_debug \) -print0 | xargs -0 rm -rf