build-package report: include more files

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent a55fa7d961
commit 4d0fc192b7

@ -10,7 +10,7 @@ create_report () {
==========================================================
" > ${REPORT_FILE}
for file in $(find ${CWD}/Full -type f); do
for file in $(find ${CWD} -type f); do
case ${file} in
*.apk.gz ) get_apk_info ${file} ;;
*.so* ) get_swipe_info ${file} ;;

Loading…
Cancel
Save