Commit 3071742d authored by mercury233's avatar mercury233

temp fix

parent e867beaf
......@@ -58,9 +58,9 @@ build:
after_build:
- 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
- appveyor DownloadFile 'https://github.com/moecube/ygopro-database/archive/master.tar.gz'
- tar --strip-components=1 -zxf ygopro-database-master.tar.gz ygopro-database-master/locales
- cp locales/%locale%/* .
- appveyor DownloadFile https://github.com/moecube/ygopro-database/archive/master.zip
- unzip -q ygopro-database-master.zip
- cp ygopro-database-master/locales/%locale%/* .
- mkdir replay
- mkdir pics
- 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