cef/tools/translator.bat
Marshall Greenblatt 132ac7a180 tools: win: Switch to python3.bat
The python.bat file is removed in never versions of depot_tools.
2024-01-24 17:06:57 -05:00

3 lines
77 B
Batchfile

@echo off
call python3.bat %~dp0\translator.py --root-dir %~dp0\.. %*
pause