cef/tools/translator.bat

3 lines
76 B
Batchfile

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