From 6784cab09929c9d81bb37d7770ae35ede29d7088 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 14 Nov 2021 09:56:42 +0100 Subject: [PATCH] fix: Wrong version in snap packages --- snap/snapcraft.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d6a609414..75ecf5b8e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: fluffychat base: core18 -version: git +adopt-info: version summary: The cutest messenger in the Matrix network description: | FluffyChat is an open source, nonprofit and cute matrix messenger app. The app is easy to use but secure and decentralized. @@ -53,6 +53,11 @@ parts: source-tag: 3.2.3 build-packages: - g++ + version: + plugin: dump + source: . + override-build: | + snapcraftctl set-version $(git describe --tag) fluffychat: plugin: dump source: ./build/linux/x64/release/bundle/