mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Fixed typo
This commit is contained in:
committed by
GitHub
parent
4450c4085c
commit
a775730db3
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -220,7 +220,7 @@ install_console_core() {
|
||||
copy_file "${TMP_FOLDER}/releases/${LAST_RELEASE_FILE}" "${TARGET_DIR}/_Console/${LAST_RELEASE_FILE}"
|
||||
done
|
||||
|
||||
for folder in $(game_folders "${TMP_FOLDER}") ; dod
|
||||
for folder in $(game_folders "${TMP_FOLDER}") ; do
|
||||
for readme in $(ls "${TMP_FOLDER}" | grep -i "readme.") ; do
|
||||
copy_file "${TMP_FOLDER}/${readme}" "${TARGET_DIR}/games/${folder}/${readme}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user