DOPS-243: Add manifest.txt (#15959)
* DOPS-243: Add manifest.txt * Update build/release.mk * Change path Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f46661d7a9
Коммит
8c63eb7232
@@ -108,6 +108,9 @@ else
|
|||||||
endif
|
endif
|
||||||
cp NOTICE.txt $(DIST_PATH)
|
cp NOTICE.txt $(DIST_PATH)
|
||||||
cp README.md $(DIST_PATH)
|
cp README.md $(DIST_PATH)
|
||||||
|
if [ -f ../manifest.txt ]; then \
|
||||||
|
cp ../manifest.txt $(DIST_PATH); \
|
||||||
|
fi
|
||||||
|
|
||||||
@# Import Mattermost plugin public key
|
@# Import Mattermost plugin public key
|
||||||
gpg --import build/plugin-production-public-key.gpg
|
gpg --import build/plugin-production-public-key.gpg
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user