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)
14
14
BITCOIN_CLI_BIN =$(top_builddir ) /src/bitcoin-cli$(EXEEXT )
15
15
BITCOIN_WIN_INSTALLER =$(PACKAGE ) -$(PACKAGE_VERSION ) -win$(WINDOWS_BITS ) -setup$(EXEEXT )
16
16
17
- OSX_APP =Bitcoin-Core .app
17
+ OSX_APP =Bitcoin-Qt .app
18
18
OSX_DMG =Bitcoin-Core.dmg
19
19
OSX_BACKGROUND_IMAGE =background.tiff
20
20
OSX_DEPLOY_SCRIPT =$(top_srcdir ) /contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change 2
2
set -e
3
3
4
4
ROOTDIR=dist
5
- BUNDLE=" ${ROOTDIR} /Bitcoin Core .app"
5
+ BUNDLE=" ${ROOTDIR} /Bitcoin-Qt .app"
6
6
CODESIGN=codesign
7
7
TEMPDIR=sign.temp
8
8
TEMPLIST=${TEMPDIR} /signatures.txt
Original file line number Diff line number Diff line change 22
22
<integer >370 </integer >
23
23
<integer >156 </integer >
24
24
</array >
25
- <key >Bitcoin Core .app </key >
25
+ <key >Bitcoin-Qt .app </key >
26
26
<array >
27
27
<integer >128 </integer >
28
28
<integer >156 </integer >
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ if os.path.exists("dist"):
596
596
597
597
# ------------------------------------------------
598
598
599
- target = os .path .join ("dist" , "Bitcoin Core .app" )
599
+ target = os .path .join ("dist" , "Bitcoin-Qt .app" )
600
600
601
601
if verbose >= 2 :
602
602
print "+ Copying source bundle +"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Creating a release build
100
100
------------------------
101
101
You can ignore this section if you are building ` bitcoind ` for your own use.
102
102
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.
104
104
105
105
If you are building ` bitcoind ` or ` Bitcoin-Qt ` for others, your build machine should be set up
106
106
as follows for maximum compatibility:
@@ -111,7 +111,7 @@ All dependencies should be compiled with these flags:
111
111
-arch x86_64
112
112
-isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
113
113
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
115
115
bundle is packaged and signed to create the .dmg disk image that is distributed.
116
116
117
117
Running
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ signing requests.
7
7
8
8
For OSX, the private key was generated by Keychain.app on Gavin's main work machine.
9
9
The 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.
11
11
12
12
For Windows, the private key was generated by Firefox running on Gavin's main work machine.
13
13
The key and certificate were exported into a separate, passphrase-protected PKCS #12 file, and
@@ -17,7 +17,7 @@ Threat analysis
17
17
--
18
18
19
19
Gavin 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
21
21
signature but containing a malicious binary.
22
22
23
23
Or 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