mirror of
https://github.com/chenasraf/nextcloud-app-template.git
synced 2026-05-18 01:29:09 +00:00
build: fix makefile - include non-root src dirs
This commit is contained in:
4
Makefile
4
Makefile
@@ -147,7 +147,7 @@ source:
|
||||
--exclude="**/.git/**/*" \
|
||||
--exclude="build" \
|
||||
--exclude="tests" \
|
||||
--exclude="src" \
|
||||
--exclude="/src" \
|
||||
--exclude="js/node_modules" \
|
||||
--exclude="node_modules" \
|
||||
--exclude="*.log" \
|
||||
@@ -189,7 +189,7 @@ appstore:
|
||||
--exclude="protractor\.*" \
|
||||
--exclude=".*" \
|
||||
--exclude="dist/js/.*" \
|
||||
--exclude="src" \
|
||||
--exclude="/src" \
|
||||
$(CURDIR)/ $(app_intermediate_directory)
|
||||
cd $(app_intermediate_directory) && \
|
||||
tar czf $(appstore_package_name).tar.gz ../$(app_name)
|
||||
|
||||
Reference in New Issue
Block a user