Skip to content

Commit

Permalink
build(snap): Copy license and attribution (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Mengyi Wang <mengyi.wang@canonical.com>
  • Loading branch information
MonicaisHer authored May 5, 2023
1 parent 5f22931 commit b9ee93b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ parts:
cp cmd/edgex-ui-server/res/configuration.yaml \
$CRAFT_PART_INSTALL/config/edgex-ui-server/res/
DOC=$CRAFT_PART_INSTALL/usr/share/doc/edgex-ui
mkdir -p $DOC
cp Attribution.txt $DOC/Attribution.txt
cp LICENSE $DOC/LICENSE

0 comments on commit b9ee93b

Please sign in to comment.