Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
wwylele committed Nov 12, 2019
1 parent a1f5f7c commit 25f0b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_deploy:
- cd target/release/
- export ZIP_NAME=../../deploy/save3ds-$TRAVIS_TAG-$TRAVIS_COMMIT-$TRAVIS_OS_NAME.zip
- if [ "$TRAVIS_OS_NAME" == "windows" ];
then 7z a $ZIP_NAME save3ds_fuse.exe
else zip $ZIP_NAME save3ds_fuse
then 7z a $ZIP_NAME save3ds_fuse.exe;
else zip $ZIP_NAME save3ds_fuse;
fi
- cd ../..
deploy:
Expand Down

0 comments on commit 25f0b5e

Please sign in to comment.