Code correction

This commit is contained in:
Vlad 2020-10-02 10:55:51 +03:00
parent ef8a3b6cf5
commit d99cf7cb03
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ readonly FILES_TO_EXCLUDE=`find ${SOURCES_DIR} -type d -name Localization -or -n
mkdir ${REPORTS_DIR}
${UNUSED_RESOURCES_SCRIPT} --project ${SOURCES_DIR} --exclude ${FILES_TO_EXCLUDE} --resource-extensions 'imageset jpg png gif pdf txt' > ${REPORTS_DIR}/Unused_resources_log.txt
${UNUSED_RESOURCES_SCRIPT} --exclude ${FILES_TO_EXCLUDE} > ${REPORTS_DIR}/Unused_resources_log.txt