Amethyst-Android/scripts/languagelist_updater.bat
2021-09-20 18:27:09 +07:00

9 lines
206 B
Batchfile

@echo off
set thisdir = "%~dp0"
set langfile = %thisdir%\..\app_pojavlauncher\src\main\assets\language_list.txt
del %langfile%
dir %thisdir%\..\app_pojavlauncher\src\main\res\values-* /s /b > %langfile%