From eea09320eeb3096eb8e44723b96ccec25babdc94 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 14 Dec 2020 09:02:35 +0100 Subject: [PATCH] Fix pdfjs build files missing from appstore tarball. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 609fc3e..f266d72 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clean: appstore: clean build mkdir -p $(sign_dir) rsync -a \ - --exclude=build \ + --exclude=/build \ --exclude=.eslintignore \ --exclude=.eslintrc.yml \ --exclude=.git \