Skip to content

Commit

Permalink
Version 0.0.1-alpha.3
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Hamann <[email protected]>
  • Loading branch information
tacruc committed Apr 10, 2020
1 parent 8a6b144 commit 406e663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ source:
appstore:
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \
tar cvzf $(appstore_package_name).tar.gz \
--exclude-vcs \
--exclude="../$(app_name)/build" \
--exclude="../$(app_name)/tests" \
Expand All @@ -150,6 +150,7 @@ appstore:
--exclude="../$(app_name)/protractor\.*" \
--exclude="../$(app_name)/.*" \
--exclude="../$(app_name)/js/.*" \
../$(app_name) \

.PHONY: test
test: composer
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>If user a uploads a public key, emails to this user will be encrypted and signed.
All other emails will be signed
This App depends on gnupg.</description>
<version>0.0.1-alpha.2</version>
<version>0.0.1-alpha.3</version>
<licence>agpl</licence>
<author mail="[email protected]" >Arne Hamann</author>
<namespace>GpgMailer</namespace>
Expand Down

0 comments on commit 406e663

Please sign in to comment.