mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-08 12:03:29 -04:00
9 lines
206 B
Batchfile
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%
|
|
|