From eee42cb7e1cdcc6b1903d3900de8ac8e18d2c03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 12 Nov 2022 01:29:39 +0100 Subject: [PATCH] Ignoring SG-1000 too by now --- .github/update_distribution.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 52d8317c7..2903bbe46 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -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