diff options
Diffstat (limited to 'licensecheck/clientdata.sh')
-rwxr-xr-x | licensecheck/clientdata.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh index fa08409..b1c5fb5 100755 --- a/licensecheck/clientdata.sh +++ b/licensecheck/clientdata.sh @@ -2,8 +2,8 @@ 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 {} \; +find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \; +find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \; +find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \; +find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE $DIR/SAULC.txt {} \; |