diff options
author | fanquake <fanquake@gmail.com> | 2022-03-17 12:38:36 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-17 12:38:36 +0000 |
commit | 979271a5d9ff887cb2efb199feaf9602c9b2086d (patch) | |
tree | 032ff89c43a73b18dfa28b5a950755f0f5673e78 /Makefile.am | |
parent | 8435d7f11a89bb3f93306646f62cc2179693e072 (diff) |
macdeploy: remove unused detached-sig-apply
Signature application is now done with signapple.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1412624d54..8637af362e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,6 @@ WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/bitcoin.ico \ $(top_srcdir)/doc/README_windows.txt OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_INSTALLER_ICONS) \ - $(top_srcdir)/contrib/macdeploy/detached-sig-apply.sh \ $(top_srcdir)/contrib/macdeploy/detached-sig-create.sh COVERAGE_INFO = $(COV_TOOL_WRAPPER) baseline.info \ |