diff --git a/.github/calculate_db.py b/.github/calculate_db.py index e00b0af43..bd1af5166 100755 --- a/.github/calculate_db.py +++ b/.github/calculate_db.py @@ -127,6 +127,11 @@ distribution_mister_aliases = [ ['megacd', 'segacd'], ['sms', 'mastersystem'], ['coleco', 'colecovision'], + ['gb', 'gameboy'], + ['gbc', 'gameboycolor'], + ['sgb', 'supergameboy'], + ['sgb', 'supergameboy'], + ['gba', 'gameboyadvance'], # Computers ['vector06c', 'vector06'], diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index cd5ec999e..52d8317c7 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -781,6 +781,9 @@ 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}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then echo "${file}" fi