tdesktop/Telegram/gyp/lottie_helper.bat

14 lines
183 B
Batchfile
Raw Normal View History

2019-04-27 09:12:53 +00:00
@echo OFF
setlocal enabledelayedexpansion
set "FullScriptPath=%~dp0"
python %FullScriptPath%lottie_helper.py
if %errorlevel% neq 0 goto error
exit /b
:error
echo FAILED
exit /b 1