From f25ffe6f636d587733cb8bc8d15d3b12298e0c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 7 May 2018 11:56:37 +0200 Subject: [PATCH] build: Include translations in uploaded zip files The meson port accidentally dropped translations from the generated zip files for uploading to extensions.gnome.org, add them back. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/69 --- export-zips.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/export-zips.sh b/export-zips.sh index 776c2541..7fd4f038 100755 --- a/export-zips.sh +++ b/export-zips.sh @@ -22,6 +22,7 @@ for f in $extensiondir/*; do schema=$schemadir/org.gnome.shell.extensions.$name.gschema.xml cp $srcdir/NEWS $srcdir/COPYING $f + cp -r $localedir $f if [ -f $schema ]; then mkdir $f/schemas