fix darwin build
Parity.png should be 512x512 fix ethstore Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
This commit is contained in:
parent
90b187a837
commit
436f09d5a5
Binary file not shown.
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 51 KiB |
@ -90,13 +90,14 @@ make_deb () {
|
|||||||
make_pkg () {
|
make_pkg () {
|
||||||
echo "make PKG"
|
echo "make PKG"
|
||||||
cp target/$PLATFORM/release/parity target/release/parity
|
cp target/$PLATFORM/release/parity target/release/parity
|
||||||
|
cp target/$PLATFORM/release/ethstore target/release/ethstore
|
||||||
cd mac
|
cd mac
|
||||||
xcodebuild -configuration Release
|
xcodebuild -configuration Release
|
||||||
cd ..
|
cd ..
|
||||||
packagesbuild -v mac/Parity.pkgproj
|
packagesbuild -v mac/Parity.pkgproj
|
||||||
productsign --sign 'Developer ID Installer: PARITY TECHNOLOGIES LIMITED (P2PX3JU8FT)' target/release/Parity\ Ethereum.pkg target/release/Parity\ Ethereum-signed.pkg
|
productsign --sign 'Developer ID Installer: PARITY TECHNOLOGIES LIMITED (P2PX3JU8FT)' target/release/Parity\ Ethereum.pkg target/release/Parity\ Ethereum-signed.pkg
|
||||||
mv target/release/Parity\ Ethereum-signed.pkg "parity-"$VER"_"$ARC".pkg"
|
mv target/release/Parity\ Ethereum-signed.pkg "parity_"$VER"_"$ARC".pkg"
|
||||||
md5sum "parity-"$VER"_"$ARC"."$EXT >> "parity-"$VER"_"$ARC".pkg.md5"
|
md5sum "parity_"$VER"_"$ARC"."$EXT >> "parity_"$VER"_"$ARC".pkg.md5"
|
||||||
}
|
}
|
||||||
push_binaries () {
|
push_binaries () {
|
||||||
echo "Push binaries to AWS S3"
|
echo "Push binaries to AWS S3"
|
||||||
|
Loading…
Reference in New Issue
Block a user