Commit 9d87b675 authored by mercury233's avatar mercury233

fix

parent 30484db8
......@@ -65,15 +65,16 @@ build:
after_build:
- mv bin\release\ygopro.exe .
- mv irrklang\bin\win32-visualStudio\irrKlang.dll .
- mv irrklang\bin\win32-visualStudio\ikpMP3.dll .
#- mv irrklang\bin\win32-visualStudio\irrKlang.dll .
#- mv irrklang\bin\win32-visualStudio\ikpMP3.dll .
- mkdir pics
- mkdir replay
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-database/raw/master/locales/zh-CN/cards.cdb ; exit 0"
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/mycard/ygopro-starter-pack/archive/master.zip ; exit 0"
- 7z x ygopro-starter-pack-master.zip
- xcopy /E ygopro-starter-pack-master\* .
- 7z a ygopro-ver.233.7z ygopro.exe irrKlang.dll ikpMP3.dll LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
#- 7z a ygopro-ver.233.7z ygopro.exe irrKlang.dll ikpMP3.dll LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
- 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay -xr!.git*
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
......
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