diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8e74041..326072e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,13 +12,13 @@ confinement: devmode # use 'strict' once you have the right plugs and slots parts: - plugin: cmake - source: https://github.com/mpromonet/v4l2rtspserver - source-type: git - install: | - cmake . - make - cpack - mkdir -p $SNAPCRAFT_PART_INSTALL/bin/ - cp *.deb $SNAPCRAFT_PART_INSTALL/bin/ + build: + plugin: cmake + source: https://github.com/mpromonet/v4l2rtspserver + source-type: git + install: | + cmake . + make + cpack +