Browse Source

refactor: remove unused mumble-icon.png game icon

The code changes involve removing the unused mumble-icon.png game icon. This change helps to clean up the codebase by removing unnecessary files.
pull/4345/head
Daniel Gibbs 2 years ago
parent
commit
932c0301d0
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 1
      .github/workflows/serverlist-validate-game-icons.sh
  2. BIN
      lgsm/data/gameicons/mumble-icon.png

1
.github/workflows/serverlist-validate-game-icons.sh

@ -26,7 +26,6 @@ for gameicon in $(ls -1 gameicons); do
fi
done
# check that the number of gameicons matches the number of servers in serverlist.csv
echo ""
echo "Checking that the number of gameicons matches the number of servers in serverlist.csv"
gameiconcount="$(ls -1 gameicons | wc -l)"

BIN
lgsm/data/gameicons/mumble-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Loading…
Cancel
Save