Skip to content

Commit

Permalink
Update snapcraft (lra#1347)
Browse files Browse the repository at this point in the history
* Use python version instead of git describe

* Add snapcraft badge
  • Loading branch information
guilhem authored and lra committed Apr 3, 2019
1 parent 5dbaae9 commit 789266c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Keep your application settings in sync.

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

## Table of content

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mackup
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).
Expand Down

0 comments on commit 789266c

Please sign in to comment.