From 2d16a5cde7d3ba9261bf42b05f7ff40ee42618ea Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 19 Aug 2020 12:46:19 -0400 Subject: [PATCH] Zip all models after rendering for release --- scripts/v3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/v3.sh b/scripts/v3.sh index 0546b21..103b1b5 100644 --- a/scripts/v3.sh +++ b/scripts/v3.sh @@ -82,6 +82,7 @@ do else openscad -o "$png" --imgsize=1920,1080 --colorscheme=DeepOcean -D "PART=\"${FILE}\"" "${scad}" fi - done + # zip all + zip -r "./releases/gnal_${SIZE}_v3.zip" "./stl/${SIZE}_v3" done \ No newline at end of file