Fix pdfjs build files missing from appstore tarball.
This commit is contained in:
parent
5fe3ebf155
commit
eea09320ee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ clean:
|
||||||
appstore: clean build
|
appstore: clean build
|
||||||
mkdir -p $(sign_dir)
|
mkdir -p $(sign_dir)
|
||||||
rsync -a \
|
rsync -a \
|
||||||
--exclude=build \
|
--exclude=/build \
|
||||||
--exclude=.eslintignore \
|
--exclude=.eslintignore \
|
||||||
--exclude=.eslintrc.yml \
|
--exclude=.eslintrc.yml \
|
||||||
--exclude=.git \
|
--exclude=.git \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue