Commit f0dd13ab authored by nanahira's avatar nanahira Committed by GitHub

Update appveyor.yml

parent 81c43f93
version: '{build}' version: '{build}'
install: install:
- mkdir Windbot - mkdir WindBot
platform: x86 platform: x86
configuration: Release configuration: Release
...@@ -11,10 +11,10 @@ build: ...@@ -11,10 +11,10 @@ build:
parallel: true parallel: true
after_build: after_build:
- mv bin\Release WindBot - mv -f bin\Release WindBot
- rm WindBot\WindBot.exe.config - rm -rf WindBot\WindBot.exe.config
- mv BotWrapper\bin\Release\Bot.exe . - mv -f BotWrapper\bin\Release\Bot.exe .
- mv BotWrapper\bin\Release\bot.conf . - mv -f BotWrapper\bin\Release\bot.conf .
- git clone https://github.com/moecube/ygopro-database - git clone https://github.com/moecube/ygopro-database
- cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot - cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment