From 3cae42bb34d443ef29c8b0cfd44a8a9c8390d9ed Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Tue, 13 Feb 2018 16:20:01 +0100 Subject: [PATCH] Fix installer binary names for macos and windows (#7881) * Fix windows installer file name * Fix macos installer file name --- .gitlab-ci.yml | 2 +- scripts/gitlab-build.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a59029969..e5c1ea3ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,7 @@ windows: - stable - triggers script: - - sh scripts/gitlab-build.sh x86_64-pc-windows-msvc x86_64-pc-windows-msvc installer "" "" "" windows + - sh scripts/gitlab-build.sh x86_64-pc-windows-msvc x86_64-pc-windows-msvc installer "" "" windows tags: - rust-windows artifacts: diff --git a/scripts/gitlab-build.sh b/scripts/gitlab-build.sh index b82c7ba14..8c7f1a113 100755 --- a/scripts/gitlab-build.sh +++ b/scripts/gitlab-build.sh @@ -132,9 +132,9 @@ make_pkg () { cd .. 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 - mv target/release/Parity\ Ethereum-signed.pkg "parity_"$VER"_"$IDENT"_"$ARC".pkg" - md5sum "parity_"$VER"_"$IDENT"_"$ARC"."$EXT >> "parity_"$VER"_"$IDENT"_"$ARC".pkg.md5" - sha256sum "parity_"$VER"_"$IDENT"_"$ARC"."$EXT >> "parity_"$VER"_"$IDENT"_"$ARC".pkg.sha256" + mv target/release/Parity\ Ethereum-signed.pkg "parity_"$VER"_"$ARC".pkg" + md5sum "parity_"$VER"_"$ARC"."$EXT >> "parity_"$VER"_"$ARC".pkg.md5" + sha256sum "parity_"$VER"_"$ARC"."$EXT >> "parity_"$VER"_"$ARC".pkg.sha256" } make_exe () { ./sign.cmd $keyfile $certpass "target/$PLATFORM/release/parity.exe"