Skip to content

Commit

Permalink
windows build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 25, 2019
1 parent 05b9dab commit 6dfb4ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then

# Custom requirements on windows
cd target/release ; rm -f *.zip; zip "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" grin-wallet.exe
cd target/release
rm -f *.zip
zip "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}'
Expand Down

0 comments on commit 6dfb4ab

Please sign in to comment.