mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-15 11:00:09 -07:00
Cleanup unused files
This commit is contained in:
parent
d6f30a2f5d
commit
bf54e420ad
2 changed files with 0 additions and 16 deletions
|
|
@ -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%
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue