Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Dec 4, 2016
1 parent 89ed877 commit c6ef2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ after_build:
- 7z a ygopro-lite-%APPVEYOR_REPO_TAG_NAME%-win32.7z ygopro.exe LICENSE README.md lflist.conf script strings.conf system.conf textures deck cards.cdb
- mkdir pics
- appveyor DownloadFile https://github.com/mycard/ygopro-images/releases/download/latest/ygopro-images-zh-CN.zip
- 7z x ygopro-images-zh-CN.zip -o pics
- 7z x ygopro-images-zh-CN.zip -opics
- 7z a ygopro-%APPVEYOR_REPO_TAG_NAME%-win32.7z ygopro.exe LICENSE README.md lflist.conf script strings.conf system.conf textures deck cards.cdb pics
artifacts:
- path: ygopro-lite-$(APPVEYOR_REPO_TAG_NAME)-win32.7z
Expand Down

0 comments on commit c6ef2af

Please sign in to comment.