diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index e31b9522b..ae9b51ebe 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -794,9 +794,6 @@ files_with_no_date() { local FOLDER="${1}" pushd "${FOLDER}" > /dev/null 2>&1 for file in *; do - if [[ "${file}" == "Game Boy Color.mgl" ]] ; then - continue - fi if [[ "${file}" == "SG-1000.mgl" ]] ; then continue fi