mirror of https://github.com/x64dbg/Translations
fix?
This commit is contained in:
parent
1b76fffa76
commit
0f7dcf742e
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
SET PATH=%PATH%;c:\Qt\qt-5.6.0-x64-msvc2013\5.6\msvc2013_64\bin;c:\Program Files (x86)\7-Zip
|
||||
curl https://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY%
|
||||
curl -o translations.zip https://api.crowdin.com/api/project/x64dbg/download/all.zip?key=%CROWDIN_API_KEY%
|
||||
curl http://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY%
|
||||
curl -o translations.zip http://api.crowdin.com/api/project/x64dbg/download/all.zip?key=%CROWDIN_API_KEY%
|
||||
rmdir /S /Q translations
|
||||
7z x -otranslations translations.zip
|
||||
cd translations
|
||||
|
|
Loading…
Reference in New Issue