diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4601e9f95..cf7350087 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -43,13 +43,9 @@ parts: - libglu1-mesa - frei0r-plugins override-build: | - qmake olive.pro + qmake PREFIX=$SNAPCRAFT_PART_INSTALL make - mkdir -p $SNAPCRAFT_PART_INSTALL/bin/effects - cp olive-editor $SNAPCRAFT_PART_INSTALL/bin - cp effects/*.xml $SNAPCRAFT_PART_INSTALL/bin/effects - cp effects/*.frag $SNAPCRAFT_PART_INSTALL/bin/effects - cp effects/*.vert $SNAPCRAFT_PART_INSTALL/bin/effects + make install snapcraftctl set-version $(git rev-parse --short HEAD) desktop-qt5: build-packages: