mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-08 03:53:05 -04:00
9 lines
217 B
Bash
Executable File
9 lines
217 B
Bash
Executable File
#!/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
|
|
|