From b9cf51bfad337332243623f08d3a898c7734de05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Sat, 3 Feb 2024 23:53:35 +0100 Subject: [PATCH] snap: don't use git for subsurface source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We miss the dummy release files otherwise. Signed-off-by: MichaƂ Sawicz --- snap/snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3b2f44d7b..6b9542555 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -131,7 +131,6 @@ parts: - -DFTDISUPPORT=ON - -DLIBDIVECOMPUTER_LIBRARIES=../../../stage/usr/local/lib/libdivecomputer.so - -DLIBDIVECOMPUTER_INCLUDE_DIR=../../../stage/usr/local/include - source-type: git build-packages: - build-essential - libcurl4-gnutls-dev