1
0

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

This commit is contained in:
SomberNight
2021-07-19 16:13:27 +02:00
parent 1dfbba76d0
commit 9c2807cbb1

View File

@@ -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)