mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tools: win: Switch to python3.bat
The python.bat file is removed in never versions of depot_tools.
This commit is contained in:
@@ -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%"
|
||||
|
Reference in New Issue
Block a user