Amethyst-Android/scripts/languagelist_updater.sh
skbeh 79fb01150e
Feat: Update Gradle to 7.6.1 and prepare for Gradle 8.0 (#4074)
The only left blocker for Gradle 8.0 is that
task ':app_pojavlauncher:lintAnalyzeDebug' uses this output of
task ':jre_lwjgl3glfw:jar' without declaring an explicit or implicit dependency.
2023-05-01 11:24:10 +02:00

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