From a02ddeb7222fd822c7db139d6dc9d9eae2b439e6 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 7 Jan 2021 00:08:42 +0100 Subject: [PATCH] fix release script --- scripts/make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-release.sh b/scripts/make-release.sh index 63a6b465e..9ce218a7e 100755 --- a/scripts/make-release.sh +++ b/scripts/make-release.sh @@ -81,7 +81,7 @@ cp "$PAPERLESS_ROOT/paperless.conf.example" "$PAPERLESS_DIST_APP/paperless.conf" # copy python source, templates and static files. cd "$PAPERLESS_ROOT" -find src -wholename '*/locale/*' -o -wholename '*/templates/*' -o -wholename '*/static/*' -o -name '*.py' | cpio -pdm "$PAPERLESS_DIST_APP" +find src -name '*.po' -o -wholename '*/templates/*' -o -wholename '*/static/*' -o -name '*.py' | cpio -pdm "$PAPERLESS_DIST_APP" # build the front end.