From ec55c8183f94895e0b3edda0eae0ea0d72ed397f Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sat, 18 Jan 2025 19:59:57 +0000 Subject: [PATCH] remove duplicate 'libs' folder The Bonsai installer contained a 'libs' folder in both the ZIP bundle and the bonsai wheel, but only the one in the wheel was actually used --- src/bonsai/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index e3eca3c32d..62687e6dd1 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -226,9 +226,6 @@ endif )" bdist_wheel cp -r build/bpypolyskel-master/dist/*.whl build/wheels/ - # Required for Desktop icon and file association - cp -r bonsai/libs/desktop build/bonsai/libs/ - # folder for executable files mkdir -p build/bonsai/libs/bin @@ -359,6 +356,7 @@ endif rm -rf build/bonsai/bim/ rm -rf build/bonsai/core/ rm -rf build/bonsai/tool/ + rm -rf build/bonsai/libs/ ifeq ($(IS_STABLE), TRUE) cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./bonsai