diff options
-rwxr-xr-x | licensecheck/clientdata.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh index 5abec23..fa08409 100755 --- a/licensecheck/clientdata.sh +++ b/licensecheck/clientdata.sh @@ -4,3 +4,6 @@ export DIR="../../client-data" find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \; find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \; +find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE {} \; +find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE {} \; + |