From 1b76fffa76b34cd5352a41a851111bfb5bc6f9ec Mon Sep 17 00:00:00 2001 From: mrexodia Date: Wed, 13 Jul 2016 07:42:05 +0200 Subject: [PATCH] fixed build problems --- crowdin-sync.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crowdin-sync.bat b/crowdin-sync.bat index dfd1fd8..a8d513a 100644 --- a/crowdin-sync.bat +++ b/crowdin-sync.bat @@ -1,6 +1,5 @@ @echo off -call ..\..\..\setenv.bat x64 -SET PATH=%PATH%;c:\Program Files (x86)\7-Zip +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% rmdir /S /Q translations