mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
makefile fix
This commit is contained in:
@@ -36,7 +36,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
VERSION:=`date '+%y%m%d'`
|
VERSION:=`date '+%y%m%d'`
|
||||||
LAST_COMMIT_HASH:=$(git rev-parse HEAD)
|
LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
|
||||||
PYVERSION:=py310
|
PYVERSION:=py310
|
||||||
|
|
||||||
ifeq ($(PYVERSION), py39)
|
ifeq ($(PYVERSION), py39)
|
||||||
|
|||||||
@@ -545,7 +545,7 @@ def draw_statusbar(self, context):
|
|||||||
UIData.load()
|
UIData.load()
|
||||||
text = f"BlenderBIM Add-on v{UIData.data['version']}"
|
text = f"BlenderBIM Add-on v{UIData.data['version']}"
|
||||||
if blenderbim.bim.last_commit_hash != "8888888":
|
if blenderbim.bim.last_commit_hash != "8888888":
|
||||||
text += f"@{blenderbim.bim.last_commit_hash[:7]}"
|
text += f"-{blenderbim.bim.last_commit_hash[:7]}"
|
||||||
self.layout.label(text=text)
|
self.layout.label(text=text)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user