From 6ef65448b89adfa25077703a82c6239b5ab65f00 Mon Sep 17 00:00:00 2001 From: ohayoyogi <77435669+ohayoyogi@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:43:33 +0900 Subject: [PATCH] update build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index d16d49b..92254b6 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/bash VERSION=${1:-develop} +mkdir -p dist zip dist/blender-exporter-colmap_$VERSION.zip blender-exporter-colmap/* blender-exporter-colmap/**/*