From 98e98352cd618df6cb7557529a6a84b58ecdc95c Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 15 Feb 2018 12:04:09 -0200 Subject: Force LICENSECHECK to check maps and JPG images --- licensecheck/clientdata.sh | 3 +++ 1 file changed, 3 insertions(+) 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 {} \; + -- cgit v1.2.3-70-g09d2