From 4cd56dc833009ee6bc9222d71fa91c7b691018f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 27 Nov 2021 15:37:05 +0100 Subject: [PATCH] Fixed shadow mask file --- .github/update_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 933c0ba3c..d93acea74 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -422,7 +422,7 @@ install_shadow_masks() { echo "Installing Shadow Masks ${4}" - for file in $(ls "${TMP_FOLDER}" | grep .pf) ; do + for file in $(ls "${TMP_FOLDER}" | grep .txt) ; do copy_file "${TMP_FOLDER}/${file}" "${TARGET_DIR}/Shadow_Masks/${file}" done }