We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca20353 + b1d9e06 commit 85f1ffcCopy full SHA for 85f1ffc
Makefile
@@ -107,7 +107,8 @@ appstore: clean
107
vendor \
108
CHANGELOG.md \
109
LICENSE \
110
- $(appstore_sign_dir)/$(app_name) \
+ $(appstore_sign_dir)/$(app_name)
111
+ rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/* \
112
113
@if [ -z "$$GITHUB_ACTION" ]; then \
114
chown -R www-data:www-data $(appstore_sign_dir)/$(app_name) ; \
appinfo/info.xml
@@ -10,7 +10,7 @@
10
11
]]>
12
</description>
13
- <version>5.0.0</version>
+ <version>5.0.0-rc.1</version>
14
<licence>agpl</licence>
15
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
16
<documentation>
0 commit comments