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
parent
commit
c9693dc7cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
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…"; \

Loading…
Cancel
Save