summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-06-05 14:41:52 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2019-06-05 14:41:52 +0200
commit0a577b7d8acacc7838d0faae915af6b78c145ce4 (patch)
tree78b53ab91ff837e7b09b734eeced5b7135c8b111
parentf0e2ca353884c2f0f9b94bd288dc279b9f8d4861 (diff)
Auto-updates
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xrelease-mac3
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2422c38..5c2d858d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
**Closed issues:**
+- Can not add new passwords for some reason [\#454](https://github.com/IJHack/QtPass/issues/454)
- How to clean up the app [\#429](https://github.com/IJHack/QtPass/issues/429)
- LAN sync request [\#427](https://github.com/IJHack/QtPass/issues/427)
- Profiles can not be removed [\#415](https://github.com/IJHack/QtPass/issues/415)
diff --git a/release-mac b/release-mac
index 69aacdff..d8eebbaa 100755
--- a/release-mac
+++ b/release-mac
@@ -4,5 +4,4 @@ sed 's/CHANGELOG\.md/https:\/\/qtpass.org\/docs\/md__c_h_a_n_g_e_l_o_g.html/' <
sed 's/\[\!.*//' < README.changelog > README.clean
pandoc --standalone --from=gfm --to=rtf --output=README.rtf README.clean FAQ.md CONTRIBUTING.md CHANGELOG.md
doxygen
-#qmake CONFIG+=release && make && macdeployqt main/QtPass.app && appdmg appdmg.json main/QtPass.dmg
-qmake -config release && make && appdmg appdmg.json main/QtPass.dmg
+qmake CONFIG+=release && make && macdeployqt main/QtPass.app && appdmg appdmg.json main/QtPass.dmg