From 0ec60f1a272cccef24ada86e680e01cb656d4cf3 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 29 Aug 2023 18:37:41 -0300 Subject: [PATCH] Remove unused files Signed-off-by: Vitor Mattos --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index f57be01..2555f7c 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \;