summaryrefslogtreecommitdiff
path: root/scripts/portable_postbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/portable_postbuild.sh')
-rwxr-xr-xscripts/portable_postbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh
index bf6fd51b..e7676bd2 100755
--- a/scripts/portable_postbuild.sh
+++ b/scripts/portable_postbuild.sh
@@ -74,6 +74,8 @@ for i in po/*.gmo ; do
mkdir -p $OUTDIR/locale/$base/LC_MESSAGES
cp $i $OUTDIR/locale/$base/LC_MESSAGES/deadbeef.mo
done
+cp translation/help.pt_BR.txt $OUTDIR/doc/
+cp translation/help.ru.txt $OUTDIR/doc/
# strip
if [ $OSTYPE != 'Darwin' ];then