Browse Source

revert

pull/4716/head
Daniel Gibbs 8 months ago
parent
commit
948750313d
  1. 2
      .github/workflows/serverlist-validate-game-icons.sh

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

@ -16,7 +16,7 @@ done
echo ""
echo "Checking if an unexpected gameicon exists"
for gameicon in gameicons/*; do
for gameicon in $(ls -1 gameicons); do
# check if $gameicon is in serverlist.csv
if ! grep -q "${gameicon%-icon.png}" serverlist.csv; then
echo "ERROR: gameicon ${gameicon} is not in serverlist.csv"

Loading…
Cancel
Save