Browse Source
mac build: README: clarify note about reproducibility of unsigned dmg
patch-4
SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
5 additions and
2 deletions
-
contrib/osx/README.md
|
@ -89,5 +89,8 @@ repository. |
|
|
``` |
|
|
``` |
|
|
$ ./contrib/osx/compare_dmg dist/electrum-*.dmg electrum_dmg_official_release.dmg |
|
|
$ ./contrib/osx/compare_dmg dist/electrum-*.dmg electrum_dmg_official_release.dmg |
|
|
``` |
|
|
``` |
|
|
The `compare_dmg` is only needed as the official release binary is codesigned and notarized. |
|
|
The `compare_dmg` script is mostly only needed as the official release binary is |
|
|
Otherwise, the built dmg files should be byte-identical. |
|
|
codesigned and notarized. Otherwise, the built `.app` bundles should be byte-identical. |
|
|
|
|
|
(Note that we are using `hdutil` to create the `.dmg`, and its output is not |
|
|
|
|
|
deterministic, but we cannot compare the `.dmg` files directly anyway as they contain |
|
|
|
|
|
codesigned files) |
|
|