mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-15 11:00:09 -07:00
8 lines
206 B
Batchfile
8 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%
|
|
|