Skip to content

Commit

Permalink
[snap] include 3rd-party license files
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Dec 17, 2019
1 parent 331c3fa commit b016102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ parts:
snapcraftctl set-grade $( echo ${VERSION} | grep -qe '^[0-9]\+\.[0-9]\+\.[0-9]\+$' && echo stable || echo devel )
sed -i -e 's@^Icon=\(.\+\)$@Icon=/usr/share/icons/hicolor/scalable/apps/\1.svg@' ${SNAPCRAFT_PART_INSTALL}/usr/share/applications/multipass.gui.desktop
cd ${SNAPCRAFT_PART_SRC}/3rd-party
find . -name 'LICENSE*' -print0 | xargs -0 -I FILE install --mode=644 -D --no-target-directory FILE ${SNAPCRAFT_PART_INSTALL}/licenses/FILE
qemu:
plugin: nil
override-pull: ""
Expand Down

1 comment on commit b016102

@multipass-ci-bot
Copy link
Collaborator

@multipass-ci-bot multipass-ci-bot commented on b016102 Dec 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOS build available: multipass-1.0.0+mac-Darwin.pkg
Snap build available: snap refresh multipass --channel beta/1.0 or multipass_1.0.0_amd64.snap
Windows build available: multipass-1.0.0+win-win64.exe

Please sign in to comment.