Skip to content

Commit 85f1ffc

Browse files
authored
Merge pull request #775 from LibreSign/backport/774/stable24
[stable24] Reduce release size
2 parents ca20353 + b1d9e06 commit 85f1ffc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ appstore: clean
107107
vendor \
108108
CHANGELOG.md \
109109
LICENSE \
110-
$(appstore_sign_dir)/$(app_name) \
110+
$(appstore_sign_dir)/$(app_name)
111+
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/* \
111112

112113
@if [ -z "$$GITHUB_ACTION" ]; then \
113114
chown -R www-data:www-data $(appstore_sign_dir)/$(app_name) ; \

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
]]>
1212
</description>
13-
<version>5.0.0</version>
13+
<version>5.0.0-rc.1</version>
1414
<licence>agpl</licence>
1515
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
1616
<documentation>

0 commit comments

Comments
 (0)