From b25de27b8d21bbfd5caf03b1b7a4f94a47611a93 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 15 Mar 2018 13:15:49 +0100 Subject: [PATCH] Fix exit ? --- ci/appveyor/build.cmd | 1 - ci/appveyor/gen_translations.cmd | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index 849283f3..2a2a55cf 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -20,7 +20,6 @@ python gen_resources.py if %errorlevel% neq 0 exit /b 1s .\\ci\\appveyor\\gen_translations.cmd -if %errorlevel% neq 0 exit /b 1 pyinstaller sakia.spec if %errorlevel% neq 0 exit /b 1 diff --git a/ci/appveyor/gen_translations.cmd b/ci/appveyor/gen_translations.cmd index 5c840116..a4258e65 100644 --- a/ci/appveyor/gen_translations.cmd +++ b/ci/appveyor/gen_translations.cmd @@ -1,6 +1,5 @@ @ECHO ON -# Add qt to path SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH% lrelease -version -- GitLab