Skip to content

Commit

Permalink
Use zip
Browse files Browse the repository at this point in the history
  • Loading branch information
yshurik committed Jan 21, 2018
1 parent 8be4188 commit 73a2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -265,7 +265,7 @@ script:
if [[ $ARCH == "mxe" ]]; then
cd src &&
make -j2 -f makefile.linux-mingw &&
tar -zcf $DEPLOY_FILE bitbayd.exe &&
zip -r $DEPLOY_FILE bitbayd.exe &&
cd .. &&
mv src/$DEPLOY_FILE . ;
fi;
Expand Down

0 comments on commit 73a2eab

Please sign in to comment.