mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
build, mac: Include arch in codesignature tarball
This commit is contained in:
parent
6e9308c6d4
commit
0189df1d31
1 changed files with 3 additions and 1 deletions
|
@ -8,9 +8,11 @@ set -e
|
||||||
|
|
||||||
ROOTDIR=dist
|
ROOTDIR=dist
|
||||||
BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
|
BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
|
||||||
|
BINARY="${BUNDLE}/Contents/MacOS/Bitcoin-Qt"
|
||||||
SIGNAPPLE=signapple
|
SIGNAPPLE=signapple
|
||||||
TEMPDIR=sign.temp
|
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
|
OUTROOT=osx/dist
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue