Commit 1373a644 authored by nanahira's avatar nanahira

update appveyor

parent 2abe825f
...@@ -2,10 +2,8 @@ version: '{build}' ...@@ -2,10 +2,8 @@ version: '{build}'
skip_tags: true skip_tags: true
install: install:
- git clone https://github.com/Fluorohydride/ygopro-scripts - wget -O DataEditorX/data/constants.lua https://github.com/Fluorohydride/ygopro-scripts/raw/master/constants.lua
- cp -rf ygopro-scripts/constant.lua DataEditorX/data - wget -O DataEditorX/data/strings.conf https://github.com/Fluorohydride/ygopro/raw/master/strings.conf
- curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-7210srv/raw/master/strings.conf
- cp -rf strings.conf DataEditorX/data
configuration: Release configuration: Release
...@@ -16,9 +14,6 @@ build: ...@@ -16,9 +14,6 @@ build:
after_build: after_build:
- cd win32 && 7z a ../win32.zip ./* -xr!.git* -mx9 && cd .. - cd win32 && 7z a ../win32.zip ./* -xr!.git* -mx9 && cd ..
- git config --global user.name "Smile-DK"
- git config --global user.email "2236141431@qq.com"
test: off test: off
artifacts: artifacts:
......
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