Browse Source
Merge pull request #8814 from nextcloud/nickvergessen-patch-1
fix(packaging): Exclude webpack.config.js from packaging
pull/8821/head
Joas Schilling
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -103,7 +103,7 @@ appstore: |
|
|
|
--exclude=vendor/bamarni \
|
|
|
|
--exclude=vendor/bin \
|
|
|
|
--exclude=vendor-bin \
|
|
|
|
--exclude=webpack.js \
|
|
|
|
--exclude=webpack.config.js \
|
|
|
|
$(project_dir)/ $(sign_dir)/$(app_name) |
|
|
|
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
|
|
|
echo "Signing app files…"; \
|
|
|
|