From 8c63eb7232d6484ff296b3c82d81ecdabb33849a Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Fri, 23 Oct 2020 09:41:33 +0200 Subject: [PATCH] DOPS-243: Add manifest.txt (#15959) * DOPS-243: Add manifest.txt * Update build/release.mk * Change path Co-authored-by: Mattermod --- build/release.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/release.mk b/build/release.mk index 4d37fc2e86..aee9bbeb54 100644 --- a/build/release.mk +++ b/build/release.mk @@ -108,6 +108,9 @@ else endif cp NOTICE.txt $(DIST_PATH) cp README.md $(DIST_PATH) + if [ -f ../manifest.txt ]; then \ + cp ../manifest.txt $(DIST_PATH); \ + fi @# Import Mattermost plugin public key gpg --import build/plugin-production-public-key.gpg