Skip to content

Commit

Permalink
Merge pull request #11 from LibreCodeCoop/backport/10/stable27
Browse files Browse the repository at this point in the history
[stable27] Remove unused files
  • Loading branch information
vitormattos authored Aug 29, 2023
2 parents aaffe37 + 0ec60f1 commit 64fb11b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,13 @@ appstore:
mkdir -p $(appstore_sign_dir)/$(app_name)
cp -r \
appinfo \
img \
js \
l10n \
lib \
templates \
vendor \
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 {} \;
Expand Down

0 comments on commit 64fb11b

Please sign in to comment.