From f35c07e340dbb08630cba137acb0904aab6b42e7 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 15 Mar 2018 13:24:01 +0100 Subject: [PATCH] Fx call --- ci/appveyor/build.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index 2a2a55cf..debccb85 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -19,7 +19,8 @@ pip install packaging python gen_resources.py if %errorlevel% neq 0 exit /b 1s -.\\ci\\appveyor\\gen_translations.cmd +call .\\ci\\appveyor\\gen_translations.cmd +if %errorlevel% neq 0 exit /b 1 pyinstaller sakia.spec if %errorlevel% neq 0 exit /b 1 -- GitLab