diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-09 21:00:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-09 21:00:06 -0700 |
commit | 37737c4381f78c8cfe473b03a4a5e75fe3437ed9 (patch) | |
tree | f751ce04d7d66cbb60ce1850e4ab07cfd264379a /packaging/macosx/sign | |
parent | e0cc9b9c4c680446baeb7019aa4576406a163426 (diff) | |
download | subsurface-37737c4381f78c8cfe473b03a4a5e75fe3437ed9.tar.gz |
Mac build: update the signing script
Which admittedly is mostly useful for me...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/sign')
-rw-r--r-- | packaging/macosx/sign | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/macosx/sign b/packaging/macosx/sign index 10d1b0464..935fcfa65 100644 --- a/packaging/macosx/sign +++ b/packaging/macosx/sign @@ -27,8 +27,6 @@ for i in \ ./Subsurface.app//Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets \ ./Subsurface.app//Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets \ ./Subsurface.app//Contents/Frameworks/QtBluetooth.framework/Versions/5/QtBluetooth \ - ./Subsurface.app//Contents/Frameworks/QtDbus.framework/Versions/5/QtDbus \ - ./Subsurface.app//Contents/Frameworks/QtXml.framework/Versions/5/QtXml \ ./Subsurface.app//Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel \ ./Subsurface.app//Contents/Frameworks/QtLocation.framework/Versions/5/QtLocation \ ./Subsurface.app//Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets \ |