This commit is contained in:
YAWAsau
2021-10-27 20:32:19 +08:00
parent 7013b606db
commit b254262551
7 changed files with 73 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ echo "#不需要恢復還原的應用請在開頭注釋# 比如#xxxxxxxx 酷安"
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
. "$REPLY/app_details"
if [[ $PackageName != "" ]]; then
echo "${REPLY##*/} $PackageName">>"$txt"
fi