mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-18 05:42:18 +01:00
build, mac: Include arch in codesignature tarball
This commit is contained in:
parent
6e9308c6d4
commit
0189df1d31
@ -8,9 +8,11 @@ set -e
|
||||
|
||||
ROOTDIR=dist
|
||||
BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
|
||||
BINARY="${BUNDLE}/Contents/MacOS/Bitcoin-Qt"
|
||||
SIGNAPPLE=signapple
|
||||
TEMPDIR=sign.temp
|
||||
OUT=signature-osx.tar.gz
|
||||
ARCH=$(${SIGNAPPLE} info ${BINARY} | head -n 1 | cut -d " " -f 1)
|
||||
OUT="signature-osx-${ARCH}.tar.gz"
|
||||
OUTROOT=osx/dist
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user