/
Mr.Stalin
/
FOnline-Engine
Обзор
Документация
Войти
/
Mr.Stalin
/
FOnline-Engine
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
BuildTools/format-source.cmd
14 строк
296 B
cvet
Enhance formatting feedback in buildtools.py and update format-source.cmd for Python detection
20 мар 2026, 09:48
20 мар 2026, 09:48
6655733
Код
Авторство
О чём код?
@echo off setlocal set "PYTHON_BIN=" where py >nul 2>nul && set "PYTHON_BIN=py -3" if not defined PYTHON_BIN where python >nul 2>nul && set "PYTHON_BIN=python" if not defined PYTHON_BIN ( echo Python not found exit /b 1 ) %PYTHON_BIN% "%~dp0buildtools.py" format-source exit /b %errorlevel%