Skip to content

Commit

Permalink
app name
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Apr 9, 2018
1 parent ef96bf1 commit e6b3e85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ script:

before_deploy:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro libirrKlang.so;
zip -q -r KoishiPro-$TRAVIS_OS_NAME.zip ygopro libirrKlang.so;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro.app;
zip -q -r KoishiPro-$TRAVIS_OS_NAME.zip ygopro.app;
fi

- curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip
Expand All @@ -104,20 +104,20 @@ before_deploy:
- rm -rf pics/thumbnail pics/*.db
- mkdir replay
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME-full.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay;
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME-full-with-sound.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-with-sound.zip ygopro libirrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME-full.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay;
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME-full-with-sound.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-with-sound.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound;
fi

deploy:
provider: releases
file:
- ygopro-koishi-$TRAVIS_OS_NAME.zip
- ygopro-koishi-$TRAVIS_OS_NAME-full.zip
- ygopro-koishi-$TRAVIS_OS_NAME-full-with-sound.zip
- KoishiPro-$TRAVIS_OS_NAME.zip
- KoishiPro-$TRAVIS_OS_NAME-full.zip
- KoishiPro-$TRAVIS_OS_NAME-full-with-sound.zip
skip_cleanup: true
overwrite: true
on:
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ after_build:
- rm -rf pics/thumbnail pics/*.db
- mkdir replay

- 7z a -mx9 -xr!.git* YGOPro-by-Koishi.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics update-koishipro replay WindBot Bot.exe bot.conf
- cp -rf YGOPro-by-Koishi.7z YGOPro-by-Koishi-with-sound.7z
- 7z a -mx9 -xr!.git* YGOPro-by-Koishi-with-sound.7z sound
- 7z a -mx9 -xr!.git* KoishiPro.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics update-koishipro replay WindBot Bot.exe bot.conf
- cp -rf KoishiPro.7z KoishiPro-with-sound.7z
- 7z a -mx9 -xr!.git* KoishiPro-with-sound.7z sound

test: off

Expand All @@ -104,9 +104,9 @@ deploy:
artifacts:
- path: ygopro.exe
name: ygopro client
- path: YGOPro-by-Koishi.7z
- path: KoishiPro.7z
name: ygopro full repack
- path: YGOPro-by-Koishi-with-sound.7z
- path: KoishiPro-with-sound.7z
name: ygopro full repack with sound

cache:
Expand Down

0 comments on commit e6b3e85

Please sign in to comment.