Skip to content

Commit 789266c

Browse files
guilhemlra
authored andcommitted
Update snapcraft (#1347)
* Use python version instead of git describe * Add snapcraft badge
1 parent 5dbaae9 commit 789266c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Keep your application settings in sync.
44

55
[![Circle CI](https://circleci.com/gh/lra/mackup.svg?style=shield)](https://circleci.com/gh/lra/mackup)
6+
[![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup)
67

78
## Table of content
89

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mackup
22
version: git
3-
version-script: "git describe --tags"
3+
version-script: "python -c \"from mackup.constants import VERSION; print(VERSION)\""
44
summary: Keep your application settings in sync
55
description: |
66
Back ups your application settings in a safe directory (e.g. Dropbox).

0 commit comments

Comments
 (0)