We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbaae9 commit 789266cCopy full SHA for 789266c
README.md
@@ -3,6 +3,7 @@
3
Keep your application settings in sync.
4
5
[](https://circleci.com/gh/lra/mackup)
6
+[](https://snapcraft.io/mackup)
7
8
## Table of content
9
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: mackup
2
version: git
-version-script: "git describe --tags"
+version-script: "python -c \"from mackup.constants import VERSION; print(VERSION)\""
summary: Keep your application settings in sync
description: |
Back ups your application settings in a safe directory (e.g. Dropbox).
0 commit comments