You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codesigner only: Commit the detached codesign payloads:
193
+
194
+
cd ~/bitcoin-detached-sigs
195
+
checkout the appropriate branch for this release series
196
+
rm -rf *
197
+
tar xf signature-osx.tar.gz
198
+
tar xf signature-win.tar.gz
199
+
git add -a
200
+
git commit -m "point to ${VERSION}"
201
+
git tag -s v${VERSION} HEAD
202
+
git push the current branch and new tag
203
+
204
+
Non-codesigners: wait for Windows/OS X detached signatures:
174
205
175
206
- Once the Windows/OS X builds each have 3 matching signatures, they will be signed with their respective release keys.
176
207
- Detached signatures will then be committed to the [bitcoin-detached-sigs](https://github.com/bitcoin-core/bitcoin-detached-sigs) repository, which can be combined with the unsigned apps to create signed binaries.
0 commit comments