mirror of
https://github.com/vale981/tdesktop
synced 2025-03-12 05:56:42 -04:00
13 lines
183 B
Batchfile
13 lines
183 B
Batchfile
@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
|