6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
|
@echo off
|
||
|
|
||
|
echo Generating string diff...
|
||
|
bin\translation_tools make_string_diff
|
||
|
echo Done.
|
||
|
pause
|