fix: Wrong version in snap packages

onboarding
Krille Fear 4 years ago
parent c7806abd61
commit 6784cab099

@ -1,6 +1,6 @@
name: fluffychat name: fluffychat
base: core18 base: core18
version: git adopt-info: version
summary: The cutest messenger in the Matrix network summary: The cutest messenger in the Matrix network
description: | description: |
FluffyChat is an open source, nonprofit and cute matrix messenger app. The app is easy to use but secure and decentralized. 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 source-tag: 3.2.3
build-packages: build-packages:
- g++ - g++
version:
plugin: dump
source: .
override-build: |
snapcraftctl set-version $(git describe --tag)
fluffychat: fluffychat:
plugin: dump plugin: dump
source: ./build/linux/x64/release/bundle/ source: ./build/linux/x64/release/bundle/

Loading…
Cancel
Save