mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
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
This commit is contained in:
+1
-3
@@ -226,9 +226,6 @@ endif
|
|||||||
)" bdist_wheel
|
)" bdist_wheel
|
||||||
cp -r build/bpypolyskel-master/dist/*.whl build/wheels/
|
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
|
# folder for executable files
|
||||||
mkdir -p build/bonsai/libs/bin
|
mkdir -p build/bonsai/libs/bin
|
||||||
|
|
||||||
@@ -359,6 +356,7 @@ endif
|
|||||||
rm -rf build/bonsai/bim/
|
rm -rf build/bonsai/bim/
|
||||||
rm -rf build/bonsai/core/
|
rm -rf build/bonsai/core/
|
||||||
rm -rf build/bonsai/tool/
|
rm -rf build/bonsai/tool/
|
||||||
|
rm -rf build/bonsai/libs/
|
||||||
|
|
||||||
ifeq ($(IS_STABLE), TRUE)
|
ifeq ($(IS_STABLE), TRUE)
|
||||||
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./bonsai
|
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./bonsai
|
||||||
|
|||||||
Reference in New Issue
Block a user