From e541905745fa357bf9b84e6e38d6bb5e5e547d87 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 27 Apr 2020 13:11:32 -0400 Subject: Strip Windows binary --- ci/before_deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index c79b8c69..f073c3b7 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -30,9 +30,7 @@ pack() { # copying the main binary cp "target/$TARGET/release/$PROJECT_NAME" "$tempdir/$package_name/" - if [ "$TRAVIS_OS_NAME" != windows ]; then - "${gcc_prefix}"strip "$tempdir/$package_name/$PROJECT_NAME" - fi + "${gcc_prefix}"strip "$tempdir/$package_name/$PROJECT_NAME" # manpage, readme and license cp README.md "$tempdir/$package_name" -- cgit v1.2.3