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
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with
2 additions and
2 deletions
-
Makefile
-
appinfo/info.xml
|
|
|
@ -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…"; \
|
|
|
|
|
|
|
|
@ -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> |
|
|
|
|