cef/tools/translator.bat

3 lines
77 B
Batchfile

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