Cleanup unused files

This commit is contained in:
downthecrop 2022-01-03 12:48:08 -08:00
parent d6f30a2f5d
commit bf54e420ad
2 changed files with 0 additions and 16 deletions

View file

@ -1,8 +0,0 @@
@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%

View file

@ -1,8 +0,0 @@
#!/bin/bash
THISDIR=`dirname $0`
LANGFILE=$THISDIR/../app_pojavlauncher/src/main/assets/language_list.txt
rm -f $LANGFILE
echo $THISDIR/../app_pojavlauncher/src/main/res/values-* | xargs -- basename -a > $LANGFILE