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