Commit c12d91c8 authored by nanahira's avatar nanahira

Update appveyor.yml

parent 74694634
...@@ -59,8 +59,8 @@ after_build: ...@@ -59,8 +59,8 @@ after_build:
- 7z x windbot-master.zip - 7z x windbot-master.zip
- cd windbot-master - cd windbot-master
- msbuild /property:Configuration=Release /property:Platform=x86 - msbuild /property:Configuration=Release /property:Platform=x86
- rm -rf bin/x86/Release/WindBot.exe.config - rm -rf bin/Release/WindBot.exe.config
- mv -f bin/x86/Release ../WindBot - mv -f bin/Release ../WindBot
- mv -f BotWrapper/bin/Release/Bot.exe ./.. - mv -f BotWrapper/bin/Release/Bot.exe ./..
- mv -f BotWrapper/bin/Release/Bot.conf ./.. - mv -f BotWrapper/bin/Release/Bot.conf ./..
- cd .. - cd ..
......
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