mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Update update_distribution.sh
This commit is contained in:
committed by
GitHub
parent
4cd56dc833
commit
0b785c4e4b
4
.github/update_distribution.sh
vendored
4
.github/update_distribution.sh
vendored
@@ -422,8 +422,8 @@ install_shadow_masks() {
|
||||
|
||||
echo "Installing Shadow Masks ${4}"
|
||||
|
||||
for file in $(ls "${TMP_FOLDER}" | grep .txt) ; do
|
||||
copy_file "${TMP_FOLDER}/${file}" "${TARGET_DIR}/Shadow_Masks/${file}"
|
||||
for file in $(find "${TMP_FOLDER}" -iname '*.txt' -print) ; do
|
||||
copy_file "${file}" "${TARGET_DIR}/Shadow_Masks/${file}"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user