mirror of https://github.com/x64dbg/Translations
Update crowdin-sync.bat
This commit is contained in:
parent
eeb418c857
commit
84297c2143
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
if "%QT64PATH%"=="" set QT64PATH=c:\Qt\qt-5.6.0-x64-msvc2013\5.6\msvc2013_64\bin
|
if "%QT64PATH%"=="" set QT64PATH=c:\Qt\qt-5.6.2-x64-msvc2013\5.6\msvc2013_64\bin
|
||||||
SET PATH=%PATH%;%QT64PATH%;c:\Program Files (x86)\7-Zip
|
SET PATH=%PATH%;%QT64PATH%;c:\Program Files (x86)\7-Zip
|
||||||
del /S /Q *.qm
|
del /S /Q *.qm
|
||||||
curl -k https://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY%
|
curl -k https://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY%
|
||||||
|
@ -14,4 +14,4 @@ goto :eof
|
||||||
:rename
|
:rename
|
||||||
set trname=x64dbg_%fname:-=_%.ts
|
set trname=x64dbg_%fname:-=_%.ts
|
||||||
copy %fname%\x64dbg.ts %trname%
|
copy %fname%\x64dbg.ts %trname%
|
||||||
lrelease -nounfinished %trname%
|
lrelease -nounfinished %trname%
|
||||||
|
|
Loading…
Reference in New Issue