Minor fix to build script

This commit is contained in:
Dion Moult
2019-11-21 21:49:18 +11:00
parent e781df10b8
commit 69a6f5ee36
+1 -1
View File
@@ -12,7 +12,7 @@ endif
rm -rf dist/io_import_scene_ifc
cd dist/blenderbim && export VERSION=`date '+%y%m%d'` && sed -i "s/999999/$(VERSION)/" __init__.py
cd dist && zip -r blender28-bim-`date '+%y%m%d'`-$(PLATFORM).zip blenderbim
cd dist && rm -rf io_* && rm ifcblender-python-37-v0.6.0-b4ce5be-$(PLATFORM)64.zip
cd dist && rm -rf io_* && rm -rf blenderbim && rm ifcblender-python-37-v0.6.0-b4ce5be-$(PLATFORM)64.zip
.PHONY: clean
clean: