Browse Source

Bump exclude list of packaing and bump version

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5804/head
Joas Schilling 4 years ago
parent
commit
a3f7c24e92
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      Makefile
  2. 2
      appinfo/info.xml

2
Makefile

@ -87,7 +87,7 @@ appstore:
--exclude=.tx \
--exclude=tests \
--exclude=vendor \
--exclude=webpack.*.js \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \

2
appinfo/info.xml

@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
<version>12.0.0-alpha.2</version>
<version>12.0.0-alpha.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>

Loading…
Cancel
Save