mirror of https://github.com/borgbase/vorta
Fix to Makefile for release.
This commit is contained in:
parent
850274d0cd
commit
eadf51fe9e
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ Vorta.dmg: Vorta.app
|
|||
rm -rf dist/vorta-0.6.21.dmg
|
||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.21.dmg
|
||||
|
||||
github-release: Vorta.dmg
|
||||
github-release: Vorta.dmg-Vagrant
|
||||
hub release create --attach=dist/vorta-0.6.21.dmg v0.6.21
|
||||
git checkout gh-pages
|
||||
git commit -m 'rebuild pages' --allow-empty
|
||||
|
|
Loading…
Reference in New Issue