This commit is contained in:
YAWAsau
2021-12-22 21:23:23 +08:00
parent 67e212dda0
commit 57ac651fb0
4 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ for launcher_app in $launcher_app; do
done
txtpath="$MODDIR"
txtpath="${txtpath/'/storage/emulated/'/'/data/media/'}"
nametxt="$txtpath/應用列表.txt"
nametxt="$txtpath/appList.txt"
[[ ! -e $nametxt ]] && echo '#不需要備份的應用請在開頭注釋# 比如#酷安 xxxxxxxx\n#不需要備份數據比如酷安! xxxxxxxx應用名後方加一個驚嘆號即可 注意是應用名不是包名' >"$nametxt"
echo >>"$nametxt"
echoRgb "請勿關閉腳本,等待提示結束"