From 92350780c620ee5ced5b7ebe0fbbcc6e0754b7ab Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 19 May 2021 09:17:57 +0200 Subject: [PATCH] meddages.po files are not needed to use the addons as well --- do-friendica-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do-friendica-release.sh b/do-friendica-release.sh index 417c109..60040c6 100755 --- a/do-friendica-release.sh +++ b/do-friendica-release.sh @@ -83,6 +83,7 @@ echo "cleaning unneded stuff from the addon directory" ( cd "$RELEASEADDONS" || exit rm -rf .git .tx rm -rf .editorconfig .gitattributes .gitignore +rm */lang/*/messages.po ) # create tar archives