mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
13 lines
152 B
Batchfile
13 lines
152 B
Batchfile
@echo OFF
|
|
|
|
set "FullScriptPath=%~dp0"
|
|
|
|
python %FullScriptPath%set_version.py %1
|
|
if %errorlevel% neq 0 goto error
|
|
|
|
exit /b
|
|
|
|
:error
|
|
echo FAILED
|
|
exit /b 1
|