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
104db9496a
commit
1172cdf556
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -423,7 +423,7 @@ install_shadow_masks() {
|
||||
echo "Installing Shadow Masks ${4}"
|
||||
|
||||
for file in $(ls "${TMP_FOLDER}") ; do
|
||||
copy_file "${file}" "${TARGET_DIR}/Shadow_Masks/${file}"
|
||||
copy_file "${TMP_FOLDER}/${file}" "${TARGET_DIR}/Shadow_Masks/${file}"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user