diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-02-21 08:54:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-08 23:25:12 -0700 |
commit | a55b3dd2c14105f2e5d8aa7d9eb03ef55f5cfaaf (patch) | |
tree | f06cb1de1f6a1816f0cff03742c339940b8962cd /packaging/macosx/sign | |
parent | d43032f01fbaa55b1afd144c41e18d8fd3c46396 (diff) | |
download | subsurface-a55b3dd2c14105f2e5d8aa7d9eb03ef55f5cfaaf.tar.gz |
build-system: macOS: more hacking around paths
This really is mostly for my scripting and how I build the official packages.
But there isn't much harm having it in the repo. And it makes my life easier.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/sign')
-rw-r--r-- | packaging/macosx/sign | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/sign b/packaging/macosx/sign index 9a0d706f9..0b45d5f6d 100644 --- a/packaging/macosx/sign +++ b/packaging/macosx/sign @@ -11,4 +11,4 @@ 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 -codesign --keychain $HOME/Library/Keychains/login.keychain -s "Developer ID Application: Dirk Hohndel" --deep Subsurface.app +codesign --keychain $HOME/Library/Keychains/login.keychain -s "Developer ID Application: Dirk Hohndel" --deep --force Subsurface.app |