diff options
Diffstat (limited to 'build/update-creator.sh')
-rwxr-xr-x | build/update-creator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update-creator.sh b/build/update-creator.sh index f3fc9e28c..37e8af733 100755 --- a/build/update-creator.sh +++ b/build/update-creator.sh @@ -8,4 +8,4 @@ find -name \*.cpp \ -o -name \*.txt \ -o -name \*.xml \ -o -name \*.manaplus \ - | sort > manaplus.files + | sort > manaverse.files |