From 3b9334dfada989c70f95d34b9522e3cbb7630d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sun, 13 Nov 2022 00:02:45 +0100 Subject: [PATCH] Enabling Game Boy Color again --- .github/update_distribution.sh | 3 --- 1 file changed, 3 deletions(-) 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