From dcc69dcd0a4cbea45ad747d1ac0a13ce7e9d31fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 27 Nov 2021 17:27:58 +0100 Subject: [PATCH] New Shadow_Mask structure --- .github/update_distribution.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 9fb77f1f4..839fe5a07 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -422,9 +422,7 @@ install_shadow_masks() { echo "Installing Shadow Masks ${4}" - for file in $(ls "${TMP_FOLDER}") ; do - copy_file "${TMP_FOLDER}/${file}" "${TARGET_DIR}/Shadow_Masks/${file}" - done + copy_file "${TMP_FOLDER}/Shadow_Masks" "${TARGET_DIR}/Shadow_Masks" } install_script() {