Browse Source

mac build: README: clarify note about reproducibility of unsigned dmg

patch-4
SomberNight 4 years ago
parent
commit
9c2807cbb1
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 7
      contrib/osx/README.md

7
contrib/osx/README.md

@ -89,5 +89,8 @@ repository.
```
$ ./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.
Otherwise, the built dmg files should be byte-identical.
The `compare_dmg` script is mostly only needed as the official release binary is
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)

Loading…
Cancel
Save