mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Update Makefile for Flatpak releases.
This commit is contained in:
parent
4590fadc91
commit
f7142f4eb1
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.6.20
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:Makefile]
|
||||
|
|
2
Makefile
2
Makefile
|
@ -3,6 +3,7 @@ export QT_SELECT=5
|
|||
|
||||
.PHONY : help
|
||||
.DEFAULT_GOAL := help
|
||||
DATE = "$(shell date +%F)"
|
||||
|
||||
icon-resources: ## Compile SVG icons to importable resource files.
|
||||
pyrcc5 -o src/vorta/views/dark/collection_rc.py src/vorta/assets/icons/dark/collection.qrc
|
||||
|
@ -38,6 +39,7 @@ pypi-release: translations-to-qm
|
|||
|
||||
bump-version: ## Add new version tag and push to upstream repo.
|
||||
bumpversion patch
|
||||
xmlstarlet ed -L -u 'component/releases/release/@date' -v $$(date +%F) src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml
|
||||
#bumpversion minor
|
||||
git push upstream
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
|
||||
brew 'qt'
|
||||
brew 'hub'
|
||||
brew 'xmlstarlet'
|
||||
cask 'qt-creator'
|
||||
|
|
Loading…
Reference in a new issue