mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-05 22:29:34 +00:00
14 lines
196 B
Batchfile
14 lines
196 B
Batchfile
@echo OFF
|
|
|
|
setlocal enabledelayedexpansion
|
|
set "FullScriptPath=%~dp0"
|
|
|
|
python %FullScriptPath%generate.py %1 %2 %3 %4 %5 %6
|
|
if %errorlevel% neq 0 goto error
|
|
|
|
exit /b
|
|
|
|
:error
|
|
echo FAILED
|
|
exit /b 1
|