From 203fcc1dca8ce267d0ad094c2cea693c8e30fc87 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 28 Apr 2020 18:32:45 +1000 Subject: [PATCH] Bump bcfplugin dependency to latest version --- src/ifcblenderexport/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 7fd41cea82..e9bbd6a471 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -142,9 +142,9 @@ endif rm -rf dist/working mkdir dist/working - cd dist/working && wget https://github.com/Moult/BCF-Plugin-FreeCAD/archive/fix-headless.zip - cd dist/working && unzip fix-headless* - cp -r dist/working/BCF-Plugin-FreeCAD-fix-headless/bcfplugin dist/blenderbim/libs/site/packages/ + cd dist/working && wget https://github.com/podestplatz/bcf/archive/master.zip + cd dist/working && unzip master* + cp -r dist/working/bcf-master/bcfplugin dist/blenderbim/libs/site/packages/ rm -rf dist/working mkdir dist/working