build: win/mac: rename pyinstaller spec files
for clarity also, "deterministic.spec" is a confusing name
This commit is contained in:
@@ -211,7 +211,7 @@ find . -exec touch -t '200101220000' {} + || true
|
||||
VERSION=$(git describe --tags --dirty --always)
|
||||
|
||||
info "Building binary"
|
||||
ELECTRUM_VERSION=$VERSION pyinstaller --noconfirm --clean contrib/osx/osx.spec || fail "Could not build binary"
|
||||
ELECTRUM_VERSION=$VERSION pyinstaller --noconfirm --clean contrib/osx/pyinstaller.spec || fail "Could not build binary"
|
||||
|
||||
info "Finished building unsigned dist/${PACKAGE}.app. This hash should be reproducible:"
|
||||
find "dist/${PACKAGE}.app" -type f -print0 | sort -z | xargs -0 shasum -a 256 | shasum -a 256
|
||||
|
||||
Reference in New Issue
Block a user