mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Fix missing signed htaccess
Fixes #1455.
See 408d85cc4a/Makefile (L170-L171)
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
This commit is contained in:
parent
8679eb93ba
commit
0ab2152c84
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -102,10 +102,14 @@ appstore:
|
|||
CHANGELOG.md \
|
||||
LICENSE \
|
||||
$(appstore_sign_dir)/$(app_name)
|
||||
|
||||
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/*
|
||||
mkdir -p $(appstore_sign_dir)/$(app_name)/tests/fixtures
|
||||
cp tests/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/fixtures
|
||||
|
||||
# Remove stray .htaccess files since they are filtered by Nextcloud
|
||||
find $(appstore_sign_dir) -name .htaccess -exec rm {} \;
|
||||
|
||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||
echo "Signing app files…"; \
|
||||
php ../../occ integrity:sign-app \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue