Skip to content
Snippets Groups Projects
Commit b25de27b authored by inso's avatar inso
Browse files

Fix exit ?

parent 41d3abc2
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ python gen_resources.py ...@@ -20,7 +20,6 @@ python gen_resources.py
if %errorlevel% neq 0 exit /b 1s if %errorlevel% neq 0 exit /b 1s
.\\ci\\appveyor\\gen_translations.cmd .\\ci\\appveyor\\gen_translations.cmd
if %errorlevel% neq 0 exit /b 1
pyinstaller sakia.spec pyinstaller sakia.spec
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
@ECHO ON @ECHO ON
# Add qt to path
SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH% SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%
lrelease -version lrelease -version
......
  • inso @Insoleet

    mentioned in commit 9569e8f8

    ·

    mentioned in commit 9569e8f8

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment