Commit 0a705db3 authored by nanahira's avatar nanahira

Update appveyor.yml

parent fd2d84d9
...@@ -93,11 +93,11 @@ after_build: ...@@ -93,11 +93,11 @@ after_build:
- cp -rf ../ygopro-svrelease/WindBot . - cp -rf ../ygopro-svrelease/WindBot .
- cp -rf config.json config.user.json - cp -rf config.json config.user.json
- cp -rf ../node-v8.4.0-win-x64.zip . - mv -f ../node-v9.1.0-win-x64.zip .
- 7z x node-v8.4.0-win-x64.zip - 7z x node-v9.1.0-win-x64.zip
- rm -rf node-v8.4.0-win-x64.zip - rm -rf node-v9.1.0-win-x64.zip
- cp -rf node-v8.4.0-win-x64/* . - cp -rf node-v9.1.0-win-x64/* .
- rm -rf node-v8.4.0-win-x64 - rm -rf node-v9.1.0-win-x64
- npm install - npm install
- npm install pm2@latest -g - npm install pm2@latest -g
- npm install ws - npm install ws
......
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