diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-08-14 00:55:47 +0200 |
commit | fe2cc2e3a5b0c2ff8fea689017f0b23409670413 (patch) | |
tree | c9b57a47bcb6d339264a2da6b5d9ec49c0c37583 /build | |
parent | dc387d4646e29c888784ea38cbebe88299a1e8b2 (diff) | |
download | mv-master.tar.gz mv-master.tar.bz2 mv-master.tar.xz mv-master.zip |
Part of "Rename the program from ManaPlus to ManaVerse."
Squashed with:
* Update branding file associations for windows
* Rebrand example branding file
* Branding rebranding back to .mana as picked by jak and explained by bjorn
* Fix code style in path building code
* fix comments
* Change .mana extension comment - there is only one branding inside, not
multiple
**** mana/verse!237
Reviewed-by: Fedja Beader <fedja@protonmail.ch>
Diffstat (limited to 'build')
-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..85268efb1 100755 --- a/build/update-creator.sh +++ b/build/update-creator.sh @@ -7,5 +7,5 @@ find -name \*.cpp \ -o -name \*.am \ -o -name \*.txt \ -o -name \*.xml \ - -o -name \*.manaplus \ + -o -name \*.mana \ | sort > manaplus.files |