From eeb418c8577018779995f4c9e55bc0b33a3d12a0 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Thu, 13 Oct 2016 15:28:38 +0200 Subject: [PATCH] fixed script --- crowdin-sync.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdin-sync.bat b/crowdin-sync.bat index fb60078..dce9b93 100644 --- a/crowdin-sync.bat +++ b/crowdin-sync.bat @@ -1,5 +1,6 @@ @echo off -SET PATH=%PATH%;c:\Qt\qt-5.6.0-x64-msvc2013\5.6\msvc2013_64\bin;c:\Program Files (x86)\7-Zip +if "%QT64PATH%"=="" set QT64PATH=c:\Qt\qt-5.6.0-x64-msvc2013\5.6\msvc2013_64\bin +SET PATH=%PATH%;%QT64PATH%;c:\Program Files (x86)\7-Zip del /S /Q *.qm curl -k https://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY% curl -k -o translations.zip https://api.crowdin.com/api/project/x64dbg/download/all.zip?key=%CROWDIN_API_KEY%