File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ BITCOIN_QT_BIN=$(top_builddir)/src/qt/bitcoin-qt$(EXEEXT)
1414BITCOIN_CLI_BIN =$(top_builddir ) /src/bitcoin-cli$(EXEEXT )
1515BITCOIN_WIN_INSTALLER =$(PACKAGE ) -$(PACKAGE_VERSION ) -win$(WINDOWS_BITS ) -setup$(EXEEXT )
1616
17- OSX_APP =Bitcoin-Core .app
17+ OSX_APP =Bitcoin-Qt .app
1818OSX_DMG =Bitcoin-Core.dmg
1919OSX_BACKGROUND_IMAGE =background.tiff
2020OSX_DEPLOY_SCRIPT =$(top_srcdir ) /contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change 22set -e
33
44ROOTDIR=dist
5- BUNDLE=" ${ROOTDIR} /Bitcoin Core .app"
5+ BUNDLE=" ${ROOTDIR} /Bitcoin-Qt .app"
66CODESIGN=codesign
77TEMPDIR=sign.temp
88TEMPLIST=${TEMPDIR} /signatures.txt
Original file line number Diff line number Diff line change 2222 <integer >370 </integer >
2323 <integer >156 </integer >
2424 </array >
25- <key >Bitcoin Core .app </key >
25+ <key >Bitcoin-Qt .app </key >
2626 <array >
2727 <integer >128 </integer >
2828 <integer >156 </integer >
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ if os.path.exists("dist"):
596596
597597# ------------------------------------------------
598598
599- target = os .path .join ("dist" , "Bitcoin Core .app" )
599+ target = os .path .join ("dist" , "Bitcoin-Qt .app" )
600600
601601if verbose >= 2 :
602602 print "+ Copying source bundle +"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Creating a release build
100100------------------------
101101You can ignore this section if you are building ` bitcoind ` for your own use.
102102
103- bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Core .app bundle.
103+ bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Qt .app bundle.
104104
105105If you are building ` bitcoind ` or ` Bitcoin-Qt ` for others, your build machine should be set up
106106as follows for maximum compatibility:
@@ -111,7 +111,7 @@ All dependencies should be compiled with these flags:
111111 -arch x86_64
112112 -isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
113113
114- Once dependencies are compiled, see [ doc/release-process.md] ( release-process.md ) for how the Bitcoin-Core .app
114+ Once dependencies are compiled, see [ doc/release-process.md] ( release-process.md ) for how the Bitcoin-Qt .app
115115bundle is packaged and signed to create the .dmg disk image that is distributed.
116116
117117Running
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ signing requests.
77
88For OSX, the private key was generated by Keychain.app on Gavin's main work machine.
99The key and certificate is in a separate, passphrase-protected keychain file that is
10- unlocked to sign the Bitcoin-Core .app bundle.
10+ unlocked to sign the Bitcoin-Qt .app bundle.
1111
1212For Windows, the private key was generated by Firefox running on Gavin's main work machine.
1313The key and certificate were exported into a separate, passphrase-protected PKCS #12 file, and
@@ -17,7 +17,7 @@ Threat analysis
1717--
1818
1919Gavin is a single point of failure. He could be coerced to divulge the secret signing keys,
20- allowing somebody to distribute a Bitcoin-Core .app or bitcoin-qt-setup.exe with a valid
20+ allowing somebody to distribute a Bitcoin-Qt .app or bitcoin-qt-setup.exe with a valid
2121signature but containing a malicious binary.
2222
2323Or the machine Gavin uses to sign the binaries could be compromised, either remotely or
You can’t perform that action at this time.
0 commit comments