mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
New Shadow_Mask structure
This commit is contained in:
committed by
GitHub
parent
1172cdf556
commit
dcc69dcd0a
4
.github/update_distribution.sh
vendored
4
.github/update_distribution.sh
vendored
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user