|
|
|
|
@ -88,7 +88,7 @@ for d in ~/Library/Python/ ~/.pyenv .; do
|
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
info "Building binary" |
|
|
|
|
pyinstaller --noconfirm --ascii --name $VERSION contrib/build-osx/osx.spec || fail "Could not build binary" |
|
|
|
|
pyinstaller --noconfirm --ascii --clean --name $VERSION contrib/build-osx/osx.spec || fail "Could not build binary" |
|
|
|
|
|
|
|
|
|
info "Creating .DMG" |
|
|
|
|
hdiutil create -fs HFS+ -volname $PACKAGE -srcfolder dist/$PACKAGE.app dist/electrum-$VERSION.dmg || fail "Could not create .DMG" |
|
|
|
|
|