diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-03 09:27:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-03 14:58:00 -0700 |
commit | 15cbbc8cf9b4b06bc2cd7f0986135f195f003f1a (patch) | |
tree | 14c8dabedb7b0f0d708a4eb4418bad80703d2e1e /packaging/macosx | |
parent | 5a22611c33290d382d24dc6ce6de16dd2889529c (diff) | |
download | subsurface-15cbbc8cf9b4b06bc2cd7f0986135f195f003f1a.tar.gz |
macOS: we don't need to bundle QtDBus
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rw-r--r-- | packaging/macosx/sign | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/macosx/sign b/packaging/macosx/sign index 935fcfa65..829a01023 100644 --- a/packaging/macosx/sign +++ b/packaging/macosx/sign @@ -5,6 +5,9 @@ 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 + echo -- signing Qt frameworks and shared libraries for i in \ |