Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zh99998 committed Dec 4, 2016
1 parent 4164a97 commit bbf3bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ before_deploy:
- mkdir pics
- curl --location --retry 5 --output 'ygopro-images-zh-CN.zip' https://github.com/mycard/ygopro-images/releases/download/latest/ygopro-images-zh-CN.zip
- unzip -q -d pics ygopro-images-zh-CN.zip
- tar -Jcf ygopro-$TRAVIS_TAG-$TRAVIS_OS_NAME.tar.xz --exclude=ygopro-lite* ygopro ygopro.app LICENSE README.md lflist.conf script strings.conf system.conf textures deck cards.cdb pics locales
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then tar -Jcf ygopro-$TRAVIS_TAG-$TRAVIS_OS_NAME.tar.xz ygopro.app LICENSE README.md lflist.conf script strings.conf system.conf textures deck cards.cdb pics locales; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar -Jcf ygopro-$TRAVIS_TAG-$TRAVIS_OS_NAME.tar.xz ygopro LICENSE README.md lflist.conf script strings.conf system.conf textures deck cards.cdb pics locales; fi
deploy:
provider: releases
file:
Expand Down

0 comments on commit bbf3bca

Please sign in to comment.