mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
G'day Bonsai!
This commit is contained in:
@@ -326,12 +326,12 @@ endif
|
||||
rm -rf build/blenderbim/tool/
|
||||
|
||||
ifeq ($(IS_STABLE), TRUE)
|
||||
cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||
else
|
||||
cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||
endif
|
||||
|
||||
mv build/blenderbim*.zip dist/
|
||||
mv build/bonsai*.zip dist/
|
||||
|
||||
rm -rf build
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
schema_version = "1.0.0"
|
||||
id = "blenderbim"
|
||||
id = "bonsai"
|
||||
version = "0.0.0"
|
||||
name = "BlenderBIM"
|
||||
name = "Bonsai"
|
||||
tagline = "A native Building Information Model authoring platform using IFC"
|
||||
maintainer = "Dion Moult <dion@thinkmoult.com>"
|
||||
type = "add-on"
|
||||
website = "https://blenderbim.org/"
|
||||
website = "https://bonsaibim.org/"
|
||||
tags = [
|
||||
"3D View",
|
||||
"Add Mesh",
|
||||
|
||||
Reference in New Issue
Block a user