mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
3e5a81edeb
commit
919a098513
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue