From 26efda3b85f731a99590c976543b29ff9a4813fa Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 15 Mar 2018 13:31:58 +0100 Subject: [PATCH] Fix path --- ci/appveyor/gen_translations.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/appveyor/gen_translations.cmd b/ci/appveyor/gen_translations.cmd index a4258e65..6b56777c 100644 --- a/ci/appveyor/gen_translations.cmd +++ b/ci/appveyor/gen_translations.cmd @@ -1,8 +1,12 @@ @ECHO ON +SET PREVPATH=%PATH% SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH% lrelease -version python gen_translations.py if %errorlevel% neq 0 exit /b 1 + +SET PATH=%PREVPATH% + -- GitLab