mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-08-04 08:06:55 -04:00

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.
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
|
|
|