mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
Ignoring SG-1000 too by now
This commit is contained in:
committed by
GitHub
parent
8d1e7146b7
commit
eee42cb7e1
3
.github/update_distribution.sh
vendored
3
.github/update_distribution.sh
vendored
@@ -784,6 +784,9 @@ files_with_no_date() {
|
||||
if [[ "${file}" == "Game Boy Color.mgl" ]] ; then
|
||||
continue
|
||||
fi
|
||||
if [[ "${file}" == "SG-1000.mgl" ]] ; then
|
||||
continue
|
||||
fi
|
||||
if ! [[ "${file}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then
|
||||
echo "${file}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user