Don't package webpack.js
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
548da50ba5
commit
6c43891455
1
Makefile
1
Makefile
|
|
@ -57,6 +57,7 @@ appstore:
|
||||||
--exclude=tests \
|
--exclude=tests \
|
||||||
--exclude=vendor \
|
--exclude=vendor \
|
||||||
--exclude=webpack.*.js \
|
--exclude=webpack.*.js \
|
||||||
|
--exclude=webpack.js \
|
||||||
$(project_dir)/ $(sign_dir)/$(app_name)
|
$(project_dir)/ $(sign_dir)/$(app_name)
|
||||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||||
echo "Signing app files…"; \
|
echo "Signing app files…"; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue