From 2af36f942f6cc1097d2e0ba6de7a03708f3e39dd Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 10 Oct 2023 22:11:31 -0700 Subject: [PATCH] Fixed zip command --- build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index dda3867..892271f 100755 --- a/build.sh +++ b/build.sh @@ -49,7 +49,5 @@ for d in ./Intermediate/*/ ; do build "${doc_dir}/main.tex" done -ls -pwd - -zip -FSrj output.zip "${target}" \ No newline at end of file +cd "${target}" +zip -FSr ../output.zip . \ No newline at end of file