tools: win: Switch to python3.bat

The python.bat file is removed in never versions of depot_tools.
This commit is contained in:
Marshall Greenblatt
2024-01-24 17:06:54 -05:00
parent a0446a3c8a
commit 132ac7a180
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ goto end
:found_exe
:: Environment variables inserted into the Doxyfile via `$(VAR_NAME)` syntax.
for /F %%i in ('python.bat %~dp0\cef_version.py current') do set PROJECT_NUMBER=%%i
for /F %%i in ('python3.bat %~dp0\cef_version.py current') do set PROJECT_NUMBER=%%i
:: Run from the top-level CEF directory so that relative paths resolve correctly.
set CURRENT_PATH="%CD%"