diff options
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-x | update-creator.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update-creator.sh b/update-creator.sh index edda56131..781261f5d 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -4,5 +4,5 @@ find -name \*.cpp \ -o -name \*.am \ -o -name \*.txt \ -o -name \*.xml \ - -o -name \*.mana \ - | sort > mana.files + -o -name \*.manaplus \ + | sort > manaplus.files |