Commit 3071742d authored by mercury233's avatar mercury233

temp fix

parent e867beaf
...@@ -58,9 +58,9 @@ build: ...@@ -58,9 +58,9 @@ build:
after_build: after_build:
- mv bin\release\ygopro.exe . - mv bin\release\ygopro.exe .
#- curl --location --retry 5 'https://github.com/moecube/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales #- curl --location --retry 5 'https://github.com/moecube/ygopro-database/archive/master.tar.gz' | tar --strip-components=1 -zxf - ygopro-database-master/locales
- appveyor DownloadFile 'https://github.com/moecube/ygopro-database/archive/master.tar.gz' - appveyor DownloadFile https://github.com/moecube/ygopro-database/archive/master.zip
- tar --strip-components=1 -zxf ygopro-database-master.tar.gz ygopro-database-master/locales - unzip -q ygopro-database-master.zip
- cp locales/%locale%/* . - cp ygopro-database-master/locales/%locale%/* .
- mkdir replay - mkdir replay
- mkdir pics - mkdir pics
- appveyor DownloadFile https://github.com/moecube/ygopro-images/releases/download/latest/ygopro-images-%locale%.zip - appveyor DownloadFile https://github.com/moecube/ygopro-images/releases/download/latest/ygopro-images-%locale%.zip
......
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