summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-20 10:47:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-20 10:47:18 -0800
commit919a09851347c10a062f1e3819dfbe886fda7ee2 (patch)
treeb55679e9291e5d17f48944b913d1694444c18676 /packaging
parent3e5a81edeb918d1f4d96c7f5382e9661f146e36a (diff)
downloadsubsurface-919a09851347c10a062f1e3819dfbe886fda7ee2.tar.gz
macOS: with Qt 5.13 we need QtDBus again
So don't remove it from the build before signing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-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