diff --git a/Makefile b/Makefile
index 485fdb2976..ceac747361 100644
--- a/Makefile
+++ b/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…"; \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c705ca909e..8681a85461 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 12.0.0-alpha.2
+ 12.0.0-alpha.3
agpl
Daniel Calviño Sánchez