From d7ae4970225453148064303a3db2d8cd07450809 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Mon, 25 Feb 2019 14:16:33 +0000 Subject: [PATCH] final tweaks to windows build --- .auto-release.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.auto-release.sh b/.auto-release.sh index 95e74a7d..3f33ccf2 100755 --- a/.auto-release.sh +++ b/.auto-release.sh @@ -23,15 +23,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then # Custom requirements on windows - cd target/release - pwd - echo Dir Contents: - /bin/ls -ls - rm -f *.zip - echo Zipping - 7z a -tzip "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" grin-wallet.exe - echo All Dir Contents: - /bin/ls -ls + cd target/release ; rm -f *.zip ; 7z a -tzip "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" grin-wallet.exe /bin/ls -ls *.zip | awk '{print $6,$7,$8,$9,$10}' md5sum "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" > "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip"-md5sum.txt /bin/ls -ls *-md5sum.txt | awk '{print $6,$7,$8,$9,$10}'