mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-25 08:44:38 +00:00
13 lines
150 B
Batchfile
13 lines
150 B
Batchfile
@echo OFF
|
|
|
|
set "FullScriptPath=%~dp0"
|
|
|
|
python %FullScriptPath%configure.py %*
|
|
if %errorlevel% neq 0 goto error
|
|
|
|
exit /b
|
|
|
|
:error
|
|
echo FAILED
|
|
exit /b 1
|