mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 10:34:25 +01:00
fix: Wrong version in snap packages
This commit is contained in:
parent
14fe60d8e0
commit
7361c48ec9
@ -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…
Reference in New Issue
Block a user