meddages.po files are not needed to use the addons as well

This commit is contained in:
Tobias Diekershoff 2021-05-19 09:17:57 +02:00
parent 5e92e59c82
commit 92350780c6

View file

@ -83,6 +83,7 @@ echo "cleaning unneded stuff from the addon directory"
( cd "$RELEASEADDONS" || exit ( cd "$RELEASEADDONS" || exit
rm -rf .git .tx rm -rf .git .tx
rm -rf .editorconfig .gitattributes .gitignore rm -rf .editorconfig .gitattributes .gitignore
rm */lang/*/messages.po
) )
# create tar archives # create tar archives