Skip to content

Commit 840101a

Browse files
committed
merge bitcoin#24603: remove unused detached-sig-apply.sh
1 parent ce8b0e8 commit 840101a

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/dash.ico \
6060
$(top_srcdir)/doc/README_windows.txt
6161

6262
OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_INSTALLER_ICONS) \
63-
$(top_srcdir)/contrib/macdeploy/detached-sig-apply.sh \
6463
$(top_srcdir)/contrib/macdeploy/detached-sig-create.sh
6564

6665
COVERAGE_INFO = baseline.info \

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ mkdir -p "$DISTSRC"
334334
mkdir -p "unsigned-app-${HOST}"
335335
cp --target-directory="unsigned-app-${HOST}" \
336336
osx_volname \
337-
contrib/macdeploy/detached-sig-{apply,create}.sh \
337+
contrib/macdeploy/detached-sig-create.sh \
338338
"${BASEPREFIX}/${HOST}"/native/bin/dmg
339339
mv --target-directory="unsigned-app-${HOST}" dist
340340
(

contrib/macdeploy/detached-sig-apply.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)