This commit is contained in:
YAWAsau
2021-10-25 21:40:37 +08:00
parent 5e3ac25500
commit 7013b606db
7 changed files with 26 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ txt="$MODDIR/應用列表.txt"
echo "#不需要恢復還原的應用請在開頭注釋# 比如#xxxxxxxx 酷安">"$txt"
find "$MODDIR" -maxdepth 1 -type d | sort | sed 's/\[/ /g ; s/\]//g' | while read; do
if [[ -f $REPLY/app_details ]]; then
unset PackageName
. $REPLY/app_details
if [[ $PackageName != "" ]]; then
echo "${REPLY##*/} $PackageName">>"$txt"